exceptions
EleanorAI Framework Task Execution Exceptions
Classes
BindException
Bases: Exception
Raised when a TaskEngine bind operation fails due to another existing bind
IncompleteStageException
Bases: Exception
Raised when a stage execution did not complete successfully.
MissingStateException
Bases: Exception
Raised when required data is not set in the stage state object
PersistenceDataNotFoundException
Bases: Exception
Raised when there was an error loading task data from the persistence store.
TaskEngineException
Bases: Exception
Raised during task engine execution when it is determined that a task can be auto-recovered
UnrecoverableTaskEngineException
Bases: Exception
Raised during task engine execution when it is determined that a task cannot be auto-recovered