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

    Interface BadResourceState

    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.v1.BadResourceState";
        message: string;
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1.BadResourceState"
    message: string

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

    resourceId: string

    ID of the resource which is bad.