Module error_recovery

Module error_recovery 

Source
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§

CircuitBreaker
Circuit breaker for preventing cascading failures
RetryConfig
Retry configuration for error recovery

Functions§

is_retryable
Determines if an error is retryable
with_retry
Execute an async operation with automatic retry logic