Expand description
Error recovery strategies for Apex SDK
This module provides automatic retry logic and error recovery strategies for transient failures in blockchain operations.
Structs§
- Circuit
Breaker - Circuit breaker for preventing cascading failures
- Retry
Config - Retry configuration for error recovery
Functions§
- is_
retryable - Determines if an error is retryable
- with_
retry - Execute an async operation with automatic retry logic