rippled
Loading...
Searching...
No Matches
RPCErr.h
1#ifndef XRPL_NET_RPCERR_H_INCLUDED
2#define XRPL_NET_RPCERR_H_INCLUDED
3
4#include <xrpl/json/json_value.h>
5
6namespace ripple {
7
8// VFALCO NOTE these are deprecated
9bool
10isRpcError(Json::Value jvResult);
12rpcError(int iError);
13
14} // namespace ripple
15
16#endif
Represents a JSON value.
Definition json_value.h:130
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
Json::Value rpcError(int iError)
Definition RPCErr.cpp:12
bool isRpcError(Json::Value jvResult)
Definition RPCErr.cpp:21