exception documentation
class WorkflowUpdateRPCTimeoutOrCancelledError(RPCTimeoutOrCancelledError): (source)
Constructor: WorkflowUpdateRPCTimeoutOrCancelledError()
Error that occurs when update RPC call times out or is cancelled.
Note, this is not related to any general concept of timing out or cancelling a running update, this is only related to the client call itself.
Method | __init__ |
Create workflow update timeout or cancelled error. |
Inherited from TemporalError
(via RPCTimeoutOrCancelledError
):
Property | cause |
Cause of the exception. |