Errors

Classify API errors before deciding whether to retry.

Code / statusMeaningRetry?
VALIDATION_ERRORRequest shape or field value is invalid.No; fix the request.
429 RATE_LIMITEDThe account or route is rate limited.Yes, with backoff.
RESULT_EXPIREDThe result is no longer available.Resubmit if appropriate.
EMAIL_VERIFICATION_REQUIREDThe account must start verification.No; complete account action.
EMAIL_NOT_VERIFIEDThe account is not verified.No; complete account action.
PUBLIC_DATA_API_DISABLED / 503Public 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