temporalio.workflow.NondeterminismError

exception documentation

class NondeterminismError(temporalio.exceptions.TemporalError): (source)

Known subclasses: temporalio.worker.workflow_sandbox.RestrictedWorkflowAccessError

Constructor: NondeterminismError(message)

View In Hierarchy

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.

def __init__(self, message: str): (source)

Initialize a nondeterminism error.

Undocumented