Module error_handling

Module error_handling 

Source
Expand description

Error Handling: The Resilience Layer

Handle errors comprehensively, with retry logic and proper error propagation. Optimized for Rust—Result types, retries, ecosystem integrations.

Structs§

ErrorHandlingMixin
Mixin for chains to handle errors with forgiveness.
RetryLink
Retry with resilience—comprehensive error recovery in action.