Get Started
Retries
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
To change the default retry strategy for a single API call, simply provide a retryConfig object to the call:
If you’d like to override the default retry strategy for all operations that support retries, you can provide a retryConfig at SDK initialization:
Was this page helpful?