exception documentation

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

Static Method default_message Get default message for restricted access.
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.
@staticmethod
def default_message(qualified_name: str) -> str: (source)

Get default message for restricted access.

def __init__(self, qualified_name: str, *, override_message: Optional[str] = None): (source)

Create restricted workflow access error.

qualified_name = (source)

Fully qualified name of what was accessed.