Retry configuration. The SDK only retries on {408, 429, 500, 502, 503, 504} and network errors — never on other 4xx. Token debits are protected across retries via a stable Idempotency-Key per logical call.
{408, 429, 500, 502, 503, 504}
Idempotency-Key
Optional
Max retry attempts (default 3, capped at 10).
Base backoff in ms (default 1000). Actual delay uses decorrelated jitter.
Cap on a single backoff delay (default 60_000).
Retry configuration. The SDK only retries on
{408, 429, 500, 502, 503, 504}and network errors — never on other 4xx. Token debits are protected across retries via a stableIdempotency-Keyper logical call.