[ Web Proxy ]
URL:
Viewing: https://python.temporal.io/temporalio.exceptions.TerminatedError.html [Back]  [Original]

temporalio.exceptions.TerminatedError
exception documentation

class TerminatedError(FailureError): (source)

Constructor: TerminatedError(message, *details)

View In Hierarchy

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.
def __init__(self, message: str, *details: Any): (source)

Initialize a terminated error.

User-defined details on the error.

_details = (source)

Undocumented

API Documentation for Temporal Python, generated by pydoctor 25.10.1 at 2026-08-25 00:10:53.

Web Proxy Viewer  |  New URL  |  Original Page