MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / CConnectionFailed

Class CConnectionFailed

src/bitcoin-cli.cpp:53–61  ·  view source on GitHub ↗

Exception thrown on connection error. This error is used to determine when to wait if -rpcwait is given.

Source from the content-addressed store, hash-verified

51// when to wait if -rpcwait is given.
52//
53class CConnectionFailed : public std::runtime_error
54{
55public:
56
57 explicit inline CConnectionFailed(const std::string& msg) :
58 std::runtime_error(msg)
59 {}
60
61};
62
63static bool AppInitRPC(int argc, char* argv[])
64{

Callers 2

CallRPCFunction · 0.85
CommandLineRPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected