Documentation ¶ Index ¶ type Error func Errorf(tmpl string, args ...any) *Error func New(msg string) *Error func Wrap(err error) *Error func (e Error) Error() string func (e Error) Format(f fmt.State, c rune) func (e Error) StackTrace() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ added in v0.0.2 type Error struct { // contains filtered or unexported fields } func Errorf ¶ func Errorf(tmpl string, args ...any) *Error func New ¶ func New(msg string) *Error func Wrap ¶ func Wrap(err error) *Error func (Error) Error ¶ added in v0.0.2 func (e Error) Error() string func (Error) Format ¶ added in v0.0.2 func (e Error) Format(f fmt.State, c rune) func (Error) StackTrace ¶ added in v0.0.2 func (e Error) StackTrace() string Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.