Error types
Basic error handling
Automatic retries
The SDK automatically retries429 and 5xx responses with exponential backoff up to maxRetries (default: 2).
Catch and handle Terminal49 TypeScript SDK errors, including API validation failures and network timeouts, so your integration recovers gracefully.
429 and 5xx responses with exponential backoff up to maxRetries (default: 2).