Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Type string `json:"type"` Code int `json:"code"` Message string `json:"message"` Details interface{} `json:"details,omitempty"` Metadata Metadata `json:"-"` Err error `json:"-"` }
func (*Error) WithDetails ¶
func (*Error) WithMessage ¶
func (*Error) WithMetadata ¶
Click to show internal directories.
Click to hide internal directories.