rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
RPCErr.h
1
#pragma once
2
3
#include <xrpl/json/json_value.h>
4
5
namespace
xrpl
{
6
7
// VFALCO NOTE these are deprecated
8
bool
9
isRpcError
(
Json::Value
jvResult);
10
Json::Value
11
rpcError
(
error_code_i
iError);
12
13
}
// namespace xrpl
Json::Value
Represents a JSON value.
Definition
json_value.h:130
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
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:20
Generated by
1.9.8