Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // Returns the error Code Code string `json:"message,omitempty"` // Returns the error message Message string `json:"code,omitempty"` // Returns the optional error details, nil if not set Detail interface{} `json:"detail,omitempty"` }
Error satisfies the built in error interface in addition to providing additional funcitonality for passing errors around the api
Click to show internal directories.
Click to hide internal directories.