Documentation ¶ Index ¶ func Cause(e error) error func ErrorWrap(c error, e error) error func Errorf(f string, a ...interface{}) error func New(m string) error func Sum(errs ...error) error func Wrap(c error, m string) error func Wrapf(c error, f string, a ...interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cause ¶ func Cause(e error) error func ErrorWrap ¶ func ErrorWrap(c error, e error) error func Errorf ¶ func Errorf(f string, a ...interface{}) error func New ¶ func New(m string) error func Sum ¶ func Sum(errs ...error) error func Wrap ¶ func Wrap(c error, m string) error func Wrapf ¶ func Wrapf(c error, f string, a ...interface{}) error Types ¶ This section is empty. Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.