This section provides details on the data object that reflects the API's common response to error cases, and lists the API's range of response status codes for both error and success cases.
The error object contains type
, title
, status
, and details
data necessary for debugging purposes.
{
"title": "Unauthorized",
"detail": "Detailed message about error",
"status": 401,
"type": "about:blank"
}