HTTP Status Codes
Error Response Format
All errors follow this format:Common Error Codes
See Error Codes Reference for a complete list.Rate Limiting Errors
When rate limited, the response includes retry information:Best Practices
- Always check HTTP status codes
- Parse error responses for user-friendly messages
- Implement exponential backoff for retries
- Log errors for debugging
- Handle rate limits gracefully