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

    The resource we are trying to use, create, change or delete is in a bad state and cannot be used.

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

    Indexable

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

      The resource we are trying to use, create, change or delete is in a bad state and cannot be used.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • The resource we are trying to use, create, change or delete is in a bad state and cannot be used.

            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.BadResourceState"

    Contains the fully qualified protobuf type name.

    message: string

    The reason why this state is bad and cannot be used.

    resourceId: string

    ID of the resource which is bad.