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

Class Socks4aError

src/network/socks4a.py:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4from proxy import Proxy, ProxyError, GeneralProxyError
5
6class Socks4aError(ProxyError):
7 errorCodes = ("Request granted",
8 "Request rejected or failed",
9 "Request rejected because SOCKS server cannot connect to identd on the client",
10 "Request rejected because the client program and identd report different user-ids",
11 "Unknown error")
12
13
14class Socks4a(Proxy):

Callers 1

state_pre_connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected