| [ Web Proxy ] |
| Viewing: https://python.temporal.io/temporalio.exceptions.TerminatedError.html | [Back] [Original] |
TerminatedError
exceptions
ApplicationErrorCategory
ActivityAlreadyStartedError
ActivityError
ApplicationError
ChildWorkflowError
NexusOperationError
ServerError
TemporalError
TimeoutError
WorkflowAlreadyStartedError
temporalio.exceptions.TerminatedErrorclass TerminatedError(FailureError): (source)
Constructor: TerminatedError(message, *details)
Error raised on workflow cancellation.
| Method | __init__ |
Initialize a terminated error. |
| Property | details |
User-defined details on the error. |
| Instance Variable | _details |
Undocumented |
Inherited from FailureError:
| Property | failure |
Underlying protobuf failure object. |
| Property | message |
Message. |
| Instance Variable | _failure |
Undocumented |
| Instance Variable | _message |
Undocumented |
Inherited from TemporalError (via FailureError):
| Property | cause |
Cause of the exception. |
| Web Proxy Viewer | New URL | Original Page |