2.5.1

ConditionFailedError

Package: flyte.errors

This error is raised when a condition fails during execution.

This can happen when the backend encounters an error while processing the condition, or when the condition is explicitly marked as failed by the system.

Parameters

class ConditionFailedError(
    message: str,
)
Parameter Type Description
message str