perago.PostGuardrailViolation#

exception perago.PostGuardrailViolation[源代码]#

Raised when post-task workspace checks fail.

A post-check failure means the task body completed but did not leave the workspace in the declared output shape. The runtime reports it as ordinary FAILED and does not publish the attempted workspace.

参见

GuardrailViolation

Base class for workspace check failures.

check_guardrails

Evaluate configured workspace checks.

result_for_exception

Convert runtime exceptions to Conductor results.

Examples

>>> PostGuardrailViolation("features/output.parquet is missing")
PostGuardrailViolation('features/output.parquet is missing')