Home
last modified time | relevance | path

Searched refs:Socks5AuthError (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
Dsocks.py58 class Socks5AuthError(ProxyError): pass class
196 raise Socks5AuthError((3, _socks5autherrors[3]))
202 raise Socks5AuthError((2, _socks5autherrors[2]))
DREADME121 class Socks5AuthError - This indicates that the connection through a Socks5 server
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
Dsocks.py61 class Socks5AuthError(ProxyError): pass class
235 raise Socks5AuthError((3, _socks5autherrors[3]))
241 raise Socks5AuthError((2, _socks5autherrors[2]))