Public Member Functions | |
def | __init__ (self, code, response) |
Public Attributes | |
args | |
code | |
response | |
A common HTTP exception. self.code is the response HTTP code as an integer. self.response is the response body (i.e. page).
Definition at line 44 of file upload_popcon.py.
def upload_popcon.HTTPError.__init__ | ( | self, | |
code, | |||
response | |||
) |
Definition at line 51 of file upload_popcon.py.
upload_popcon.HTTPError.args |
Definition at line 57 of file upload_popcon.py.
upload_popcon.HTTPError.code |
Definition at line 52 of file upload_popcon.py.
upload_popcon.HTTPError.response |
Definition at line 53 of file upload_popcon.py.