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 210 of file uploadConditions.py.
def uploadConditions.HTTPError.__init__ | ( | self, | |
code, | |||
response | |||
) |
Definition at line 217 of file uploadConditions.py.
uploadConditions.HTTPError.args |
Definition at line 223 of file uploadConditions.py.
uploadConditions.HTTPError.code |
Definition at line 218 of file uploadConditions.py.
uploadConditions.HTTPError.response |
Definition at line 219 of file uploadConditions.py.