Home | History | Annotate | Download | only in python2.7

Lines Matching full:errcode

233 # @param errcode The HTTP error code.
239 def __init__(self, url, errcode, errmsg, headers):
242 self.errcode = errcode
248 (self.url, self.errcode, self.errmsg)