Versions in this module Expand all Collapse all v0 v0.1.1 May 20, 2021 Changes in this version + func AddStack(err error) error + func Append(err error, others ...error) error + func AppendInto(err *error, errs ...error) + func As(err error, target interface{}) bool + func AutoWrap(err error) error + func CallInto(err *error, fn func() error) + func Is(err, target error) bool + func New(text string) error + func RecoverInto(err *error) + func Unwrap(err error) error + func Wrap(err error, msg string) error + func Wrapf(err error, msg string, a ...interface{}) error + type Error struct + Err error + Message string + Stack []uintptr + func (e *Error) Error() string + func (e *Error) Is(err error) bool + func (e *Error) MarshalJSON() ([]byte, error) + func (e *Error) Unwrap() error + type Multi struct + Errors []error + func (m *Multi) As(target interface{}) bool + func (m *Multi) Error() string + func (m *Multi) Is(target error) bool