Expand description
Enhanced error handling and recovery mechanisms
This module provides advanced error handling, context tracking, and recovery strategies for AI API calls.
Re-exports§
pub use context::ErrorContext;pub use context::SuggestedAction;pub use monitoring::ErrorMonitor;pub use monitoring::ErrorThresholds;pub use recovery::ErrorRecoveryManager;pub use recovery::RecoveryStrategy;
Modules§
- context
- Error context and suggested actions
- monitoring
- Error monitoring and alerting
- recovery
- Error recovery strategies and management