Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIError ¶
type APIError struct { Message string `json:"message"` // contains filtered or unexported fields }
func (*APIError) MarshalJSON ¶
func (*APIError) StatusCode ¶
type MissingParameters ¶
type MissingParameters struct {
Params []string
}
func (*MissingParameters) Error ¶
func (err *MissingParameters) Error() string
Click to show internal directories.
Click to hide internal directories.