Documentation ¶ Index ¶ func Is(err, base error) bool func Warps(errors ...error) error func Wrap(base error, msg string) error func Wrapf(base error, msg string, args ...interface{}) error type Value func (v Value) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Is ¶ func Is(err, base error) bool func Warps ¶ func Warps(errors ...error) error func Wrap ¶ func Wrap(base error, msg string) error func Wrapf ¶ func Wrapf(base error, msg string, args ...interface{}) error Types ¶ type Value ¶ type Value string func (Value) Error ¶ func (v Value) Error() string Source Files ¶ View all Source files error.go Click to show internal directories. Click to hide internal directories.