Documentation ¶
Index ¶
- func As(err error, target any) bool
- func BubbleUp(who error, where string) error
- func Default() error
- func Is(err, target error) bool
- func Join(errs ...error) error
- func NewAlreadyExist(bubble *Bubble) error
- func NewFailure(bubble *Bubble) error
- func NewInternal(bubble *Bubble) error
- func NewInvalidValue(bubble *Bubble) error
- func NewNotExist(bubble *Bubble) error
- func Panic(what, where string)
- type Bubble
- type ErrAlreadyExist
- type ErrFailure
- type ErrInternal
- type ErrInvalidValue
- type ErrNotExist
- type Meta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAlreadyExist ¶
func NewFailure ¶
func NewInternal ¶
func NewInvalidValue ¶
func NewNotExist ¶
Types ¶
type ErrAlreadyExist ¶
type ErrAlreadyExist struct {
*Bubble
}
type ErrFailure ¶
type ErrFailure struct {
*Bubble
}
type ErrInternal ¶
type ErrInternal struct {
*Bubble
}
type ErrInvalidValue ¶
type ErrInvalidValue struct {
*Bubble
}
type ErrNotExist ¶
type ErrNotExist struct {
*Bubble
}
Click to show internal directories.
Click to hide internal directories.