Discord.https - v3.0.16
    Preparing search index...

    Interface RPCErrorDispatch<Cmd>

    interface RPCErrorDispatch<
        Cmd extends
            Exclude<RPCCommands, Dispatch> = Exclude<RPCCommands, Dispatch>,
    > {
        cmd: Cmd;
        data: RPCErrorDispatchData;
        evt: Error;
        nonce: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cmd: Cmd
    evt: Error
    nonce: string