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

    Interface NotEnoughResources_Violation

    interface NotEnoughResources_Violation {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.NotEnoughResources.Violation";
        message: string;
        requested: string;
        resourceType: 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.NotEnoughResources.Violation"
    message: string

    A description of how the resource is insufficient.

    requested: string

    Requested value.

    resourceType: string

    The type of resource that is insufficient. This field is populated when it is possible to determine the lacking resource type. Not for programmatic use.