Module error_recovery

Source
Expand description

Error Recovery and Resilience System

This module implements comprehensive error recovery mechanisms with automatic retry, exponential backoff, fallback strategies, and connection migration support for network changes.

Structs§

CircuitBreakerConfig
Circuit breaker configuration
ErrorRecoveryManager
Error recovery manager for NAT traversal operations
RecoveryConfig
Recovery configuration
RecoveryStatistics
Recovery statistics
RetryPolicy
Retry policy configuration

Enums§

FallbackStrategy
Fallback strategies
RecoveryStrategy
Recovery strategies