Skip to main content

ErrorResponse

The standard error envelope returned for all non-2xx responses

typestring

A URI identifying the error type

titlestring

A short, human-readable summary of the error

statusint32

The HTTP status code

detailstring

A human-readable explanation of this occurrence

ErrorResponse
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string"
}