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

Class Socks5AuthError

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

Source from the content-addressed store, hash-verified

4from proxy import Proxy, ProxyError, GeneralProxyError
5
6class Socks5AuthError(ProxyError):
7 errorCodes = ("Succeeded",
8 "Authentication is required",
9 "All offered authentication methods were rejected",
10 "Unknown username or invalid password",
11 "Unknown error")
12
13
14class Socks5Error(ProxyError):

Callers 2

state_auth_1Method · 0.70
state_auth_neededMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected