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

    Interface Response

    interface Response {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.Response";
        errorMessage: string;
        payload?: { [key: string]: any };
        statusCode: Code;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.audit.v2.Response"
    errorMessage: string

    Error message if the call was not successful.

    payload?: { [key: string]: any }

    The payload of the response.

    statusCode: Code

    The status that the server returned to the client.