Documentation ¶
Index ¶
- type Kind
- type RichError
- func (r RichError) Error() string
- func (r RichError) Kind() Kind
- func (r RichError) Message() string
- func (r RichError) WhitKind(kind Kind) RichError
- func (r RichError) WhitMeta(meta map[string]interface{}) RichError
- func (r RichError) WithKind(kind Kind) RichError
- func (r RichError) WithMessage(message string) RichError
- func (r RichError) WithWrappedError(err error) RichError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RichError ¶
type RichError struct {
// contains filtered or unexported fields
}
func (RichError) WithMessage ¶
func (RichError) WithWrappedError ¶
Click to show internal directories.
Click to hide internal directories.