rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
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
6
namespace
ripple
{
7
8
// VFALCO NOTE these are deprecated
9
bool
10
isRpcError
(
Json::Value
jvResult);
11
Json::Value
12
rpcError
(
int
iError);
13
14
}
// namespace ripple
15
16
#endif
Json::Value
Represents a JSON value.
Definition
json_value.h:130
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
ripple::rpcError
Json::Value rpcError(int iError)
Definition
RPCErr.cpp:12
ripple::isRpcError
bool isRpcError(Json::Value jvResult)
Definition
RPCErr.cpp:21
Generated by
1.9.8