Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpError ¶
type HttpError struct { Status int `json:"status"` Message string `json:"message"` // contains filtered or unexported fields }
Error containing an internal error and corresponding http response data
Click to show internal directories.
Click to hide internal directories.