Documentation
¶
Index ¶
- func Errorf(format string, a ...any) error
- func New(message string) error
- func None() error
- func WithChild(child error) func(error) error
- func WithChildf(child error) func(string, ...any) error
- func WithParent(parent error) func(error) error
- func WithParentf(parent error) func(string, ...any) error
- func Wrap(err error) error
- type Errorer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithParent ¶ added in v1.0.28
Types ¶
type Errorer ¶ added in v1.0.28
type Errorer struct {
// contains filtered or unexported fields
}
func (Errorer) MarshalJSON ¶ added in v1.0.28
func (*Errorer) UnmarshalJSON ¶ added in v1.0.28
Click to show internal directories.
Click to hide internal directories.