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