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 SDK errors in TypeScript so your integration can recover from API and network failures.
429 and 5xx responses with exponential backoff up to maxRetries (default: 2).