exception documentation
class TemporalError(Exception): (source)
Known subclasses: temporalio.client.AsyncActivityCancelledError
, temporalio.client.RPCTimeoutOrCancelledError
, temporalio.client.ScheduleAlreadyRunningError
, temporalio.client.WorkflowContinuedAsNewError
, temporalio.client.WorkflowFailureError
, temporalio.client.WorkflowQueryFailedError
, temporalio.client.WorkflowQueryRejectedError
, temporalio.client.WorkflowUpdateFailedError
, temporalio.exceptions.FailureError
, temporalio.service.RPCError
, temporalio.workflow.NondeterminismError
, temporalio.workflow.ReadOnlyContextError
, temporalio.workflow._NotInWorkflowEventLoopError
, temporalio.workflow._UnexpectedEvictionError
Base for all Temporal exceptions.
Property | cause |
Cause of the exception. |