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

    Generic internal error.

    interface InternalError {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.error.v1alpha1.InternalError";
        requestId: string;
        traceId: 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.InternalError"
    requestId: string

    Error request ID.

    traceId: string

    Trace ID for the failing request.