Documentation
¶
Index ¶
- func Format(err error, fallbackPrefix string) string
- func IsKind(err error, kind Kind) bool
- func New(display string) error
- func NewKind(kind Kind, display string) error
- func NewKindf(kind Kind, format string, args ...any) error
- func Newf(format string, args ...any) error
- func Wrap(display string, err error) error
- func WrapKind(kind Kind, display string, err error) error
- type Error
- type Kind
- type UserError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
func (*Error) DisplayMessage ¶
Click to show internal directories.
Click to hide internal directories.