core.exceptions

Submodule of khiops.core

Khiops Python exception classes

Exceptions

KhiopsEnvironmentError

Khiops execution environment error

KhiopsJSONError

Parsing error for Khiops-generated JSON files

KhiopsRuntimeError

Khiops execution related errors

exception khiops.core.exceptions.KhiopsEnvironmentError

Bases: Exception

Khiops execution environment error

Example: Khiops binary not found.

exception khiops.core.exceptions.KhiopsJSONError

Bases: Exception

Parsing error for Khiops-generated JSON files

exception khiops.core.exceptions.KhiopsRuntimeError

Bases: Exception

Khiops execution related errors