Expand description
增强的错误处理和恢复机制模块
Enhanced error handling and recovery mechanisms module.
This module provides advanced error handling, context tracking, and recovery strategies for AI API calls.
Key features:
ErrorContext: Rich error context for debuggingErrorMonitor: Error rate monitoring and alertingErrorRecoveryManager: Automatic error recovery strategies
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