exception documentation

Error that occurs when a workflow accesses something non-deterministic.

Method __init__ Create restricted workflow access error.
Instance Variable qualified_name Fully qualified name of what was accessed.

Inherited from NondeterminismError:

Instance Variable message Undocumented

Inherited from TemporalError (via NondeterminismError):

Property cause Cause of the exception.
def __init__(self, qualified_name: str): (source)

Create restricted workflow access error.

qualified_name = (source)

Fully qualified name of what was accessed.