MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / GeneralProxyError

Class GeneralProxyError

src/network/proxy.py:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class GeneralProxyError(ProxyError):
23 errorCodes = ("Success",
24 "Invalid data",
25 "Not connected",
26 "Not available",
27 "Bad proxy type",
28 "Bad input",
29 "Timed out",
30 "Network unreachable",
31 "Connection refused",
32 "Host unreachable")
33
34
35class Proxy(AdvancedDispatcher):

Callers 4

state_auth_1Method · 0.90
state_auth_neededMethod · 0.90
state_pre_connectMethod · 0.90
state_pre_connectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected