Errors
All errors follow a standard format:
JSON
Error Types
Automatic Retries
The Python SDK automatically retries 429 (rate limit) and 500+ (server error) responses with exponential backoff for idempotent methods (GET, PUT, DELETE). POST and PATCH are not retried to prevent duplicate side effects.
Handling Errors
Python
