Error Responses

Prev Next

Error responses follow the JSON:API error format:

{
"errors": [
{
"status": "HTTP_STATUS_CODE",
"title": "Error Title",
"detail": "Error Description"
}
]
}