perago.TaskTerminalError#

exception perago.TaskTerminalError(reason)[源代码]#

Raised when a task attempt should be reported as terminal failure.

Use this for execution failures where retrying the same Conductor input has no value. Perago maps it to FAILED_WITH_TERMINAL_ERROR.

Parameters:
reasonstr

Short diagnostic reason reported to Conductor.

参数:

reason (str)

返回类型:

None