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 AlreadyExist
- type Bubble
- type Failure
- type Internal
- type InvalidValue
- type Meta
- type NotExist
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAlreadyExist ¶
func NewFailure ¶
func NewInternal ¶
func NewInvalidValue ¶
func NewNotExist ¶
Types ¶
type AlreadyExist ¶
type AlreadyExist struct {
*Bubble
}
type InvalidValue ¶
type InvalidValue struct {
*Bubble
}
Click to show internal directories.
Click to hide internal directories.