exception documentation

Thrown by a client when a Nexus operation execution has already started.

Warning

This API is experimental and unstable.

Method __init__ Initialize a Nexus operation already started error.
Instance Variable operation_id ID of the already-started operation.
Instance Variable run_id Run ID of the already-started operation if available.

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, operation_id: str, *, run_id: str | None = None): (source)

Initialize a Nexus operation already started error.

operation_id = (source)

ID of the already-started operation.

Run ID of the already-started operation if available.