Documentation
¶
Index ¶
Constants ¶
View Source
const ( RequestErrorSummary = "Request Error" ClientErrorSummary = "Client Error" InternalErrorSummary = "Internal Error" )
Variables ¶
This section is empty.
Functions ¶
func BuildClientErrorMessage ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error *string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.