Documentation ¶
Overview ¶
Package errors provides error wrapping with location information
Index ¶
- Variables
- func As(err error, target any) bool
- func Is(err error, target error) bool
- func Join(errs ...error) error
- func Log(log *slog.Logger, ctx context.Context, level slog.Level, err error, msg string, ...)
- func New(text string) error
- func Unwrap(err error) error
- func Wrap(err error) error
- type ErrorAt
- type Source
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupported = errors.ErrUnsupported
ErrUnsupported is errors.ErrUnsupported
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.