Versions in this module Expand all Collapse all v1 v1.0.17 Dec 12, 2020 Changes in this version + func Cause(err error) error + func Current(err error) error + func New(text string) error + func NewSkip(skip int, text string) error + func Newf(format string, args ...interface{}) error + func NewfSkip(skip int, format string, args ...interface{}) error + func Next(err error) error + func Stack(err error) string + func Wrap(err error, text string) error + func Wrapf(err error, format string, args ...interface{}) error + type ApiCause interface + Cause func() error + Error func() string + type ApiCurrent interface + Current func() error + Error func() string + type ApiNext interface + Error func() string + Next func() error + type ApiStack interface + Error func() string + Stack func() string + type Error struct + func (err *Error) Cause() error + func (err *Error) Current() error + func (err *Error) Error() string + func (err *Error) Format(s fmt.State, verb rune) + func (err *Error) Next() error + func (err *Error) Stack() string