Expand description
Production Error Handling and Retry Logic
Provides robust error handling, retry mechanisms, and detailed error reporting for DX tools orchestration.
Structs§
- Enhanced
Error - Enhanced error with context and suggestions
- Retry
Policy - Retry policy configuration
Enums§
- Error
Category - Categorized error types for better handling
Traits§
- ToEnhanced
- Convert regular Result to EnhancedResult
Functions§
- categorize_
error - Categorize an error
- with_
retry - Execute with retry logic
Type Aliases§
- Enhanced
Result - Result type with enhanced error