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