OPNet
    Preparing search index...

    Interface JSONRpcResultError<T>

    interface JSONRpcResultError<T extends JSONRpcMethods> {
        code: JSONRPCErrorCode;
        data?: JSONRpcErrorData<T>;
        message: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    message: string