exception documentation

Error that occurs when a workflow unintentionally passes an import to the sandbox when the import notification policy includes temporalio.workflow.SandboxImportNotificationPolicy.RAISE_ON_NON_PASSTHROUGH.

Method __init__ Create an unintentional passthrough error.
Instance Variable qualified_name Fully qualified name of what was passed through to the sandbox.

Inherited from TemporalError:

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

Create an unintentional passthrough error.

qualified_name = (source)

Fully qualified name of what was passed through to the sandbox.