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

    Interface QuotaFailure

    Indicates a failure due to exceeding specified limits or allocations in a system or service.

    interface QuotaFailure {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.QuotaFailure";
        violations: QuotaFailure_Violation[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Describes all quota violations.