Documentation
¶
Index ¶
- type Kind
- type RichError
- func (r RichError) Error() string
- func (r RichError) ErrorFields() map[string]string
- func (r RichError) ExtraDetail() map[string]interface{}
- func (r RichError) Kind() Kind
- func (r RichError) Message() string
- func (r RichError) Meta() map[string]interface{}
- func (r RichError) Operation() string
- func (r RichError) WithErrorFields(fields map[string]string) RichError
- func (r RichError) WithKind(kind Kind) RichError
- func (r RichError) WithMessage(message string) RichError
- func (r RichError) WithMeta(meta map[string]interface{}) RichError
- func (r RichError) WithWrapError(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) ErrorFields ¶
func (RichError) ExtraDetail ¶
func (RichError) WithErrorFields ¶
func (RichError) WithMessage ¶
func (RichError) WithWrapError ¶
Click to show internal directories.
Click to hide internal directories.