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

    Interface TransferError

    interface TransferError {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.TransferError";
        code: string;
        message: string;
        origin: TransferError_Origin;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1.TransferError"
    code: string

    Error code, usually taken from the endpoint response.

    message: string

    Error message, usually taken from the endpoint response.

    Endpoint where the error occurred.