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

Class CConnectionFailed

src/bitcoin-cli.cpp:88–96  ·  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

86// when to wait if -rpcwait is given.
87//
88class CConnectionFailed : public std::runtime_error
89{
90public:
91
92 explicit inline CConnectionFailed(const std::string& msg) :
93 std::runtime_error(msg)
94 {}
95
96};
97
98
99static int ConvertAddressFormat(const std::string& addr, const std::map<uint8_t, uint8_t>& ver_map)

Callers 2

CallRPCFunction · 0.85
CommandLineRPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected