@ctrl/rtorrent
    Preparing search index...

    Interface RTorrentResponse<T>

    rTorrent XML-RPC response

    interface RTorrentResponse<T = unknown> {
        data: T;
        error?: string;
        success: boolean;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    data: T

    Response data

    error?: string

    Error message if any

    success: boolean

    Whether response indicates success