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