errors
Classes
| Class | Description |
|---|---|
| JobNotCancellableError | Cancel rejected because the job is running or already terminal. |
| JobNotFoundError | No job row exists for the given id. |
| JobNotRetryableError | Retry rejected because the job is not dead or cancelled. |
| JobNotRunningError | The job exists but is not in running status. |
| JobsDatabaseError | Superclass for all handled jobs db errors |
| JobSpawnCapExceededError | Enqueue rejected because the original-request spawn cap was reached. |