Skip to main content

Module error_handler

Module error_handler 

Source

Structs§

DefaultRouteErrorHandler
Default implementation of RouteErrorHandler. Owns DLC producer exclusively. Encapsulates retry/onException/DLC logic.
ErrorHandlerLayerDeprecated
Tower Layer that wraps a pipeline with error handling behaviour.
ErrorHandlerServiceDeprecated
Tower Service that absorbs pipeline errors by retrying and/or forwarding to a DLC.

Traits§

RouteErrorHandler
Route-level error handler owning ALL error handling logic.

Functions§

invoke_processor
Invoke a processor: readiness check + call, unified into a single Result.