Module error

Module error 

Source
Expand description

Includes internal error types.

Structs§

AbortError
Execution should be aborted This signifies that the task should not be retried
DeferredError
Execution should be deferred, will be retried instantly
ErrorHandlingLayer
A Tower layer for handling and converting service errors into a BoxDynError.
ErrorHandlingService
The underlying service
RetryAfterError
Execution should be retried after a specific duration This increases the attempts

Enums§

WorkerError
Possible errors that can occur when running a worker.
WorkerStateError
Errors related to worker state transitions

Type Aliases§

BoxDynError
Convenience type alias