@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface OperationConflict

    Operation cannot be started because a conflicting operation is already running on the same resource. Wait until the conflicting operation finishes, then you can retry starting your operation.

    interface OperationConflict {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.OperationConflict";
        conflictingOperationId: string;
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Operation cannot be started because a conflicting operation is already running on the same resource. Wait until the conflicting operation finishes, then you can retry starting your operation.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Operation cannot be started because a conflicting operation is already running on the same resource. Wait until the conflicting operation finishes, then you can retry starting your operation.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.common.v1.OperationConflict"

    Contains the fully qualified protobuf type name.

    conflictingOperationId: string

    ID of the conflicting operation (the one that's running).

    resourceId: string

    Resource ID corresponding to the conflicting operation.