temporalio.client.WorkflowFailureError
exception documentation
class WorkflowFailureError(temporalio.exceptions.TemporalError): (source)
Constructor: WorkflowFailureError(cause)
Error that occurs when a workflow is unsuccessful.
| Method | __init__ |
Create workflow failure error. |
| Instance Variable | __cause__ |
Undocumented |
| Property | cause |
Cause of the workflow failure. |
def __init__(self, *, cause: BaseException):
(source)
¶
Create workflow failure error.
cause: BaseException =
(source)
¶
Cause of the workflow failure.