exception documentation
class NondeterminismError(temporalio.exceptions.TemporalError): (source)
Known subclasses: temporalio.worker.workflow_sandbox.RestrictedWorkflowAccessError
Constructor: NondeterminismError(message)
Error that can be thrown during replay for non-deterministic workflow.
Method | __init__ |
Initialize a nondeterminism error. |
Instance Variable | message |
Undocumented |
Inherited from TemporalError
:
Property | cause |
Cause of the exception. |