Module error_handling

Module error_handling 

Source
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 recovery::ErrorRecoveryManager;
pub use recovery::RecoveryStrategy;
pub use monitoring::ErrorMonitor;
pub use monitoring::ErrorThresholds;

Modules§

context
Error context and suggested actions
monitoring
Error monitoring and alerting
recovery
Error recovery strategies and management