temporalio.exceptions.ChildWorkflowError

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.

Initialize a child workflow error.

Initiated event ID for this error.

Namespace for this error.

Retry state for this error.

Started event ID for this error.

Workflow ID for this error.

Workflow type for this error.