Error codes

AUTH_REFRESH_TOO_FREQUENT

HTTP 429Auto-retry

Session refresh blocked; cooldown 5 min between refreshes. backoff=exponential base_ms=300000; re-add to retry_policy_default.retryable_codes.

By default a failed call returns a result with an error instead of throwing, so your business flow is never interrupted.

Rate-limit and upstream errors are retried automatically with backoff, honoring the Retry-After header.

Published error codes are permanent: their meaning never silently changes, and deprecated codes keep returning for at least 12 months.

Catalog