Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Type ErrorType `json:"type,required"`
Title string `json:"title,required"`
Detail string `json:"detail,required,nullable"`
Status ErrorStatus `json:"status,required"`
// All errors related to parsing the request parameters.
Errors []interface{} `json:"errors,required"`
RetryAfter int64 `json:"retry_after,nullable"`
JSON errorJSON
StatusCode int
Request *http.Request
Response *http.Response
}
TODO
func (*Error) DumpRequest ¶
func (*Error) DumpResponse ¶
func (*Error) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.