exception documentation
class ChildWorkflowError(FailureError): (source)
Constructor: ChildWorkflowError(message, namespace, workflow_id, run_id, ...)
Error raised on child workflow failure.
Method | __init__ |
Initialize a child workflow error. |
Property | initiated |
Initiated event ID for this error. |
Property | namespace |
Namespace for this error. |
Property | retry |
Retry state for this error. |
Property | run |
Run ID for this error. |
Property | started |
Started event ID for this error. |
Property | workflow |
Workflow ID for this error. |
Property | workflow |
Workflow type for this error. |
Instance Variable | _initiated |
Undocumented |
Instance Variable | _namespace |
Undocumented |
Instance Variable | _retry |
Undocumented |
Instance Variable | _run |
Undocumented |
Instance Variable | _started |
Undocumented |
Instance Variable | _workflow |
Undocumented |
Instance Variable | _workflow |
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. |