OPNet
    Preparing search index...

    Interface JSONRpc2ResponseError<T>

    interface JSONRpc2ResponseError<T extends JSONRpcMethods> {
        error: JSONRpcResultError<T>;
        id: null | string | number;
        jsonrpc: "2.0";
        result?: JSONRpc2ResultData<T>;
    }

    Type Parameters

    Hierarchy

    • JSONRpc2ResultBase<T>
      • JSONRpc2ResponseError
    Index

    Properties

    Properties

    id: null | string | number
    jsonrpc: "2.0"