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
FAILEDand does not publish the attempted workspace.参见
GuardrailViolationBase class for workspace check failures.
check_guardrailsEvaluate configured workspace checks.
result_for_exceptionConvert runtime exceptions to Conductor results.
Examples
>>> PostGuardrailViolation("features/output.parquet is missing") PostGuardrailViolation('features/output.parquet is missing')