xrpld
Loading...
Searching...
No Matches
include
xrpl
protocol
RPCErr.h
1
#pragma once
2
3
#include <xrpl/json/json_value.h>
4
#include <xrpl/protocol/ErrorCodes.h>
5
6
namespace
xrpl
{
7
8
// VFALCO NOTE these are deprecated
9
bool
10
isRpcError
(json::Value jvResult);
11
json::Value
12
rpcError
(
ErrorCodeI
iError);
13
14
}
// namespace xrpl
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::ErrorCodeI
ErrorCodeI
Definition
ErrorCodes.h:22
xrpl::rpcError
json::Value rpcError(ErrorCodeI iError)
Definition
RPCErr.cpp:13
xrpl::isRpcError
bool isRpcError(json::Value jvResult)
Definition
RPCErr.cpp:22
Generated by
1.16.1