exception documentation
class UnintentionalPassthroughError(temporalio.exceptions.TemporalError): (source)
Constructor: UnintentionalPassthroughError(qualified_name)
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 |
Fully qualified name of what was passed through to the sandbox. |
Inherited from TemporalError:
| Property | cause |
Cause of the exception. |