Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TraceableError ¶
type TraceableError interface {
error
Unwrap() error
Is(error) bool
MarshalJSON() ([]byte, error)
WithMessage(string) TraceableError
WithError(error) TraceableError
WithOrigin() TraceableError
GetMessage() string
}
Click to show internal directories.
Click to hide internal directories.