Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpError ¶
type HttpError struct {
Error string `json:"error"`
ErrorDescription string `json:"error_description"`
Status int
}
HttpError is a type for returning the server's error response including its status code
Click to show internal directories.
Click to hide internal directories.