core.exceptions
Custom Exceptions used throughout Jobmon.
Exceptions
Invalid Response type Exception. |
|
Invalid Request type Exception. |
|
Exception raised when Exit Info is not available for different executor types. |
|
Invalid Object got returned. |
|
Workflow with the same workflow args already exists. |
|
This Workflow is already done. |
|
This Workflow is not set to be resumed. |
|
This Workflow is empty. |
|
Distributor was not able to start in time. |
|
The Distributor is not running. |
|
Unexpected situation in Distributor. |
|
Error with the Workflow Run status. |
|
Resume Exception. |
|
Dependency does not exist. |
|
Multiple nodes with the same args for the same TaskTemplate not allowed. |
|
Memory input invalid. |
|
Memory convert unit invalid. |
|
No configuration found for server. |
|
Invalid State Transition implementation. |
|
Transition failed. |
|
Workflow Run encountered and error. |
|
raised when signal is sent to distributor. |
|
Cyclic graph detected. |
Classes
Bash return codes used in distributor wrapper. |
Module Contents
- class core.exceptions.ReturnCodes[source]
Bases:
objectBash return codes used in distributor wrapper.
- exception core.exceptions.InvalidResponse[source]
Bases:
ExceptionInvalid Response type Exception.
- exception core.exceptions.RemoteExitInfoNotAvailable[source]
Bases:
ExceptionException raised when Exit Info is not available for different executor types.
- exception core.exceptions.CallableReturnedInvalidObject[source]
Bases:
ExceptionInvalid Object got returned.
- exception core.exceptions.WorkflowAlreadyExists[source]
Bases:
ExceptionWorkflow with the same workflow args already exists.
- exception core.exceptions.WorkflowAlreadyComplete[source]
Bases:
ExceptionThis Workflow is already done.
- exception core.exceptions.WorkflowNotResumable[source]
Bases:
ExceptionThis Workflow is not set to be resumed.
- exception core.exceptions.DistributorStartupTimeout[source]
Bases:
ExceptionDistributor was not able to start in time.
- exception core.exceptions.DistributorNotAlive[source]
Bases:
ExceptionThe Distributor is not running.
- exception core.exceptions.DistributorUnexpected[source]
Bases:
ExceptionUnexpected situation in Distributor.
- exception core.exceptions.WorkflowRunStateError[source]
Bases:
ExceptionError with the Workflow Run status.
- exception core.exceptions.NodeDependencyNotExistError[source]
Bases:
ExceptionDependency does not exist.
- exception core.exceptions.DuplicateNodeArgsError[source]
Bases:
ExceptionMultiple nodes with the same args for the same TaskTemplate not allowed.
- exception core.exceptions.InvalidStateTransition(model: str, id: int, old_state: str, new_state: str)[source]
Bases:
ExceptionInvalid State Transition implementation.
- exception core.exceptions.WorkflowTestError[source]
Bases:
ExceptionWorkflow Run encountered and error.