perago.TaskExecutionError#

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

Base class for task-authored execution failures.

Task execution errors are raised from task bodies when the task did not complete successfully. The reason must be a string because Perago writes it to Conductor's reasonForIncompletion field.

Parameters:
reasonstr

Short diagnostic reason reported to Conductor.

Attributes:
reasonstr

The original task-authored diagnostic reason.

参数:

reason (str)

返回类型:

None