exceptions
Module of all Merlin-specific exception types.
HardFailException
Bases: Exception
Exception for fatal Merlin errors. Should cause workflow to terminate.
Source code in merlin/exceptions/__init__.py
InvalidChainException
Bases: Exception
Exception for invalid Merlin step Directed Acyclic Graphs (DAGs).
Source code in merlin/exceptions/__init__.py
MerlinInvalidTaskServerError
NoWorkersException
Bases: Exception
Exception to signal that no workers were started to process a non-empty queue(s).
Source code in merlin/exceptions/__init__.py
RestartException
Bases: Exception
Exception to signal that a step needs to call the restart command if present , else retry.