temporalio.client.WorkflowUpdateFailedError
exception documentation

Error that occurs when an update fails.

def __init__(self, cause: BaseException): (source)

Create workflow update failed error.

__cause__ = (source)

Undocumented