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

    Operation on the resource has been aborted by a subsequent operation.

    interface OperationAborted {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.error.v1alpha1.OperationAborted";
        abortedByOperationId: string;
        operationId: string;
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Operation on the resource has been aborted by a subsequent operation.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Operation on the resource has been aborted by a subsequent 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.error.v1alpha1.OperationAborted"

    Contains the fully qualified protobuf type name.

    abortedByOperationId: string

    ID of the subsequent operation

    operationId: string

    ID of the aborted operation

    resourceId: string

    Resource ID corresponding to both of the operations