Error Handling#
HTTP Status Codes#
| Status Code | Description |
|---|
| 400 | Bad Request - Invalid request format or malformed syntax |
| 401 | Unauthorized - Authentication failed or invalid API key |
| 403 | Forbidden - Insufficient permissions to access resource |
| 404 | Not Found - Requested resource does not exist |
| 413 | Payload Too Large - Request body exceeds size limit |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error - Server-side error |
| 503 | Service Unavailable - Server temporarily unavailable due to maintenance or high load |
Note: This list is not exhaustive. Actual status codes may vary based on server implementation.Modified at 2026-02-08 08:34:01