Error Handling
Understanding API error responses and how to handle them effectively in your applications.
Overview
Error Response Format
{
"detail": "Human-readable error message describing what went wrong."
}HTTP Status Codes
Success Codes
Code
Description
Client Error Codes (4xx)
Code
Name
Description
Server Error Codes (5xx)
Code
Name
Description
Common Errors and Solutions
401 Unauthorized
403 Forbidden
404 Not Found
422 Unprocessable Entity - Query Timeout
429 Too Many Requests
400 Bad Request
Error Handling Best Practices
Related Documentation
Last updated
Was this helpful?

