Documentation ¶
Index ¶
- Variables
- func As(cause error, target interface{}) bool
- func Cause(err error) error
- func Errorf(format string, args ...any) error
- func Is(cause, target error) bool
- func Join(errs ...error) error
- func New(text string) error
- func Unwrap(cause error) error
- func Wrap(cause error, text string) error
- func Wrapf(cause error, format string, args ...any) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = New("not found")
ErrNotFound - object not found
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.