temporalio.client.WorkflowUpdateFailedError
exception documentation
class WorkflowUpdateFailedError(temporalio.exceptions.TemporalError): (source)
Constructor: WorkflowUpdateFailedError(cause)
Error that occurs when an update fails.
| Method | __init__ |
Create workflow update failed error. |
| Instance Variable | __cause__ |
Undocumented |
| Property | cause |
Cause of the update failure. |
def __init__(self, cause: BaseException):
(source)
¶
Create workflow update failed error.
cause: BaseException =
(source)
¶
Cause of the update failure.