Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIError ¶
func NewAPIError ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error_ *components.ErrorObject `json:"error,omitempty"`
}
ErrorResponse - Bad request
func (*ErrorResponse) Error ¶
func (e *ErrorResponse) Error() string
type RateLimitedResponse ¶
type RateLimitedResponse struct { Error_ *components.ErrorObject `json:"error,omitempty"` Limits *components.LimitsObject `json:"limits,omitempty"` }
RateLimitedResponse - Rate limited
func (*RateLimitedResponse) Error ¶
func (e *RateLimitedResponse) Error() string
Click to show internal directories.
Click to hide internal directories.