mlm_insights.core.execution_engine.exceptions package

Submodules

mlm_insights.core.execution_engine.exceptions.execution_engine_exception module

exception mlm_insights.core.execution_engine.exceptions.execution_engine_exception.ExecutionEngineException(message: str)

Bases: Exception

Exception raised while executing ExecutionEngine methods

Attributes:

message – explanation of the error

mlm_insights.core.execution_engine.exceptions.invalid_execution_engine_client_exception module

exception mlm_insights.core.execution_engine.exceptions.invalid_execution_engine_client_exception.InvalidExecutionEngineClientException(engine: str, message: str)

Bases: Exception

Exception raised when a an invalid or unsupported executionengine client is encountered

Attributes:

message – explanation of the error

Module contents