Versions in this module Expand all Collapse all v1 v1.1.1 Nov 20, 2020 v1.1.0 Sep 26, 2020 Changes in this version + var MaxStackDepth = 5 + func Errorf(format string, args ...interface{}) error + func New(text string) error + type CodedError interface + Code func() int + Message func() string + func NewCodedError(code int, msg string) CodedError + type Errors []error + func (errs *Errors) Append(err error) + func (errs Errors) Error() string + func (errs Errors) MaybeUnwrap() error + func (errs Errors) Num() int + type MultiError interface + MaybeUnwrap func() error + Num func() int + func NewMultiError(errs ...error) MultiError + type StringError string + func (err StringError) Error() string + type TracedError interface + Callers func() []uintptr + Unpack func() error + func NewTracedError(err interface{}) TracedError