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.contrib.openai_agents.AgentsWorkflowError, temporalio.contrib.openai_agents.workflow.ToolSerializationError, temporalio.exceptions.FailureError, temporalio.service.RPCError, temporalio.worker.workflow_sandbox.UnintentionalPassthroughError, temporalio.workflow.NondeterminismError, temporalio.workflow.ReadOnlyContextError, temporalio.workflow._NotInWorkflowEventLoopError, temporalio.workflow._UnexpectedEvictionError
Base for all Temporal exceptions.
| Property | cause |
Cause of the exception. |