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

    Indicates that element with requested parameters is exceeding the particular range.

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

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.error.v1alpha1.OutOfRange"
    limit: string

    Available limit.

    requested: string

    Requested value.