Exceptions
Module: core.exceptions
ActionError
Exceptions occured inside actions
ExecutableError
Exceptions occured inside executables
InvalidQuery
Query has invalid type or value
InputDataKeyError
Missing key in input data
ExecutionSchemaFailed
Raised by ExecutionSchema, if catch unhandled exception and Evaluator.fast_exit property is set to True
EvaluatorExecutionFailed
Raised by Evaluator, if any exception occured
InvalidMemoryInstruction
Provided instruction doesn't exist
IvalidInputData
Unexpected value or type of input
ExitLoop
Raised by BREAK component and used for early exit from loop
Last updated