Resolve an integration problem
Handle auth, scope, quota and replay errors without duplicate work.
Authentication and permission
401 means credentials are missing, expired or invalid. 403 means the identity lacks the required scope or resource access. Rotate or reauthorize through the configured issuer; do not substitute a browser session or login ID token.
Quotes and funds
QUOTE_EXPIRED requires a new quote and cost review. INSUFFICIENT_CREDITS can mean the account has browser-only credits that are ineligible for external use. A maximum mismatch is rejected rather than charged silently.
Busy or disconnected
429 requires backoff using Retry-After. Reuse the same idempotency key only for the same start body. Poll the original job after a disconnect. Cancellation does not reverse a completed terminal charge.
Safe support details
Provide the public error code and opaque request or receipt reference. Never send Authorization headers, account cookies, secret keys, full private transcripts or raw provider callbacks.
Related help
- Run a bounded request through REST
- Connect with scoped access
- Current service availability
- Get help with the service
Content revision 2026-09-07. Preview: search indexing is disabled.