mlm_insights.builder.exceptions package

Submodules

mlm_insights.builder.exceptions.builder_exception module

exception mlm_insights.builder.exceptions.builder_exception.BuilderException(message: str)

Bases: Exception

Exception raised when building of Runner object fails

Attributes:

message – explanation of the error

mlm_insights.builder.exceptions.post_processor_run_exception module

exception mlm_insights.builder.exceptions.post_processor_run_exception.PostProcessorRunException(message: str)

Bases: Exception

Exception raised when running of post processor with is_critical flag true fails

Attributes:

message – explanation of the error

Module contents