func()

in error.go [26:31]


func (e Error) Error() string {
	if e.err != nil {
		return e.err.Error()
	}
	return "<nil>"
}