Documentation
¶
Index ¶
- func Errorf(format string, args ...any) error
- func Is(err error, reference error) bool
- func IsExist(err error) bool
- func IsNotExist(err error) bool
- func New(msg string) error
- func Safe(v any) redact.SafeValue
- func UnwrapOnce(err error) error
- func WithStack(err error) error
- func Wrap(err error, msg string) error
- func Wrapf(err error, format string, args ...interface{}) error
- type StackTrace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotExist ¶
func UnwrapOnce ¶
Types ¶
type StackTrace ¶
type StackTrace = errbase.StackTrace
Click to show internal directories.
Click to hide internal directories.