Home | History | Annotate | Download | only in scripts

Lines Matching refs:HTTPError

115 class ClientLoginError(urllib2.HTTPError):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
181 HTTPError: If there was some other form of HTTP error.
206 except urllib2.HTTPError, e:
222 HTTPError: If there was an error fetching the authentication cookies.
231 except urllib2.HTTPError, e:
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
330 except urllib2.HTTPError, e: