asynqueue.errors module documentation
Part of asynqueue
Custom Exceptions.
| Class | QueueRunError | An attempt was made to dispatch tasks when the dispatcher isn't running. |
| Class | ImplementationError | There was a problem implementing the required interface. |
| Class | NotReadyError | You shouldn't have called yet! |
| Class | InvariantError | An invariant of the IWorker provider did not meet requirements. |
| Class | TimeoutError | A local worker took too long to provide a result. |
| Class | WorkerError | A worker ran into an exception trying to run a task. |
| Class | ThreadError | A function call in a thread raised an exception. |
| Class | ProcessError | The subprocess couldn't be reached. |