Versions in this module Expand all Collapse all v0 v0.0.8 Mar 9, 2022 v0.0.7 Mar 8, 2022 Changes in this version + func As(err error, target interface{}) bool + func Is(err, target error) bool + func Tag(err error, k string) (string, bool) + func Unwrap(err error) error + type Error struct + func New(v string) Error + func Newf(format string, v ...interface{}) Error + func (e Error) Error() string + func (e Error) Is(target error) bool + func (e Error) Lookup(tag string) (string, bool) + func (e Error) Tag(k string, v interface{}) Error + func (e Error) Unwrap() error + func (e Error) Wrap(err error) Error