Skip to main content

ExitApiError Kinds

Every SDK exposes an ExitApiError (or equivalent) with a kind discriminator:

Checking Retryability

Built in Retry Behavior

All SDKs include automatic retry with these defaults: Retries only trigger for errors where isRetryable() returns true (transport failures, 5xx responses, and 429 rate limits).

Customizing Retry Policy