Expand description
Includes internal error types.
Structs§
- Abort
Error - Execution should be aborted This signifies that the task should not be retried
- Deferred
Error - Execution should be deferred, will be retried instantly
- Error
Handling Layer - A Tower layer for handling and converting service errors into a
BoxDynError. - Error
Handling Service - The underlying service
- Retry
After Error - Execution should be retried after a specific duration This increases the attempts
Enums§
- Worker
Error - Possible errors that can occur when running a worker.
- Worker
State Error - Errors related to worker state transitions
Type Aliases§
- BoxDyn
Error - Convenience type alias