#ifndef XRPL_NET_RPCERR_H_INCLUDED #define XRPL_NET_RPCERR_H_INCLUDED #include namespace xrpl { // VFALCO NOTE these are deprecated bool isRpcError(Json::Value jvResult); Json::Value rpcError(int iError); } // namespace xrpl #endif