Exception Hierarchy
Common Errors
BadRequestError (400)
Invalid request parameters.AuthenticationError (401)
Invalid or expired credentials.PermissionDeniedError (403)
Insufficient permissions.NotFoundError (404)
Resource not found.RateLimitError (429)
Too many requests.InternalServerError (5xx)
Server-side error.Error Properties
Retry Behavior
The SDK automatically retries on:- 408 Request Timeout
- 409 Conflict
- 429 Rate Limit
- 5xx Server Errors