Module error

Module error 

Source
Expand description

Production Error Handling and Retry Logic

Provides robust error handling, retry mechanisms, and detailed error reporting for DX tools orchestration.

Structs§

EnhancedError
Enhanced error with context and suggestions
RetryPolicy
Retry policy configuration

Enums§

ErrorCategory
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§

EnhancedResult
Result type with enhanced error