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 xrpl {
7
8// VFALCO NOTE these are deprecated
9bool
10isRpcError(Json::Value jvResult);
13
14} // namespace xrpl
15
16#endif
Represents a JSON value.
Definition json_value.h:131
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
bool isRpcError(Json::Value jvResult)
Definition RPCErr.cpp:21
Json::Value rpcError(error_code_i iError)
Definition RPCErr.cpp:12
error_code_i
Definition ErrorCodes.h:21