exception documentation
class NexusOperationAlreadyStartedError(FailureError): (source)
Constructor: NexusOperationAlreadyStartedError(operation_id, run_id)
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 of the already-started operation. |
| Instance Variable | run |
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. |