Error Handling
Error codes and debugging
Error Handling
HTTP Status Codes
| Code | Description |
|---|---|
200 | Success |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
429 | Rate Limited |
500 | Server Error |
Error Format
Error Codes
| Code | Description |
|---|---|
VALIDATION_ERROR | Input validation failed |
AUTHENTICATION_ERROR | Auth failed |
NOT_FOUND | Resource not found |
RATE_LIMIT_EXCEEDED | Too many requests |
