exception documentation

Error raised on child workflow failure.

Method __init__ Initialize a child workflow error.
Property initiated_event_id Initiated event ID for this error.
Property namespace Namespace for this error.
Property retry_state Retry state for this error.
Property run_id Run ID for this error.
Property started_event_id Started event ID for this error.
Property workflow_id Workflow ID for this error.
Property workflow_type Workflow type for this error.
Instance Variable _initiated_event_id Undocumented
Instance Variable _namespace Undocumented
Instance Variable _retry_state Undocumented
Instance Variable _run_id Undocumented
Instance Variable _started_event_id Undocumented
Instance Variable _workflow_id Undocumented
Instance Variable _workflow_type 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, *, namespace: str, workflow_id: str, run_id: str, workflow_type: str, initiated_event_id: int, started_event_id: int, retry_state: Optional[RetryState]): (source)

Initialize a child workflow error.

@property
initiated_event_id: int = (source)

Initiated event ID for this error.

Namespace for this error.

Retry state for this error.

Run ID for this error.

@property
started_event_id: int = (source)

Started event ID for this error.

@property
workflow_id: str = (source)

Workflow ID for this error.

@property
workflow_type: str = (source)

Workflow type for this error.

_initiated_event_id = (source)

Undocumented

_namespace = (source)

Undocumented

_retry_state = (source)

Undocumented

Undocumented

_started_event_id = (source)

Undocumented

_workflow_id = (source)

Undocumented

_workflow_type = (source)

Undocumented