Error Codes
Quickly identify and resolve API request failures.
Overview
{
"type": "client_error",
"errors": [
{
"code": "error_code",
"detail": "Error message.",
"attr": "Optional additional information."
}
]
}HTTP Status Codes
Error Code Examples
401 Unauthorized
405 Method Not Allowed
406 Not Acceptable
415 Unsupported Media Type
500 Internal Server Error
Was this helpful?