Class: NexusOperationAlreadyStartedError
client.NexusOperationAlreadyStartedError
Thrown by NexusServiceClient.startOperation when the server returns ALREADY_EXISTS because an operation with the given ID already exists and the reuse/conflict policies disallow reuse.
Hierarchy
-
Error↳
NexusOperationAlreadyStartedError
Constructors
constructor
• new NexusOperationAlreadyStartedError(operationId, runId?): NexusOperationAlreadyStartedError
Parameters
| Name | Type |
|---|---|
operationId | string |
runId? | string |
Returns
NexusOperationAlreadyStartedError
Overrides
Error.constructor
Properties
cause
• Optional cause: unknown
Inherited from
Error.cause
message
• message: string
Inherited from
Error.message
name
• name: string