Skip to content

Exceptions


Base class for all Crystallize errors.


Raised when a required metric is missing from the pipeline’s output.

__init__(metric: str) → None

Raised when a pipeline step fails unexpectedly.

__init__(step_name: str, original_exception: Exception) → None

Raised when attempting to mutate frozen context.


Raised when experiment configuration is invalid.