Error Handling
The API uses standard HTTP status codes and returns detailed error information in the response body.HTTP Status Codes
Error Response Format
Common Error Codes
Validation Errors
Resource Errors
Rate Limiting
Authentication Errors
Handling Errors
JavaScript Example
Retry Strategy
For transient errors (5xx, network issues), implement exponential backoff:Always include the
requestId from error responses when contacting support.