Expand description
Retry logic with exponential backoff for API requests.
Structs§
- Retry
Config - Configuration for retry behavior.
Functions§
- is_
retryable_ error - Determine if an error is retryable.
- retry_
request - Retry a request operation with exponential backoff.