Errors
Classify API errors before deciding whether to retry.
| Code / status | Meaning | Retry? |
|---|---|---|
VALIDATION_ERROR | Request shape or field value is invalid. | No; fix the request. |
429 RATE_LIMITED | The account or route is rate limited. | Yes, with backoff. |
RESULT_EXPIRED | The result is no longer available. | Resubmit if appropriate. |
EMAIL_VERIFICATION_REQUIRED | The account must start verification. | No; complete account action. |
EMAIL_NOT_VERIFIED | The account is not verified. | No; complete account action. |
PUBLIC_DATA_API_DISABLED / 503 | Public Data API is unavailable for the account or deployment. | Check account/deployment status. |
Preserve the status, error code, request ID, and redacted response body in logs. The generated API reference contains operation-specific error responses.
Last updated on