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 200 of file uploadConditions.py.
def uploadConditions.HTTPError.__init__ | ( | self, | |
code, | |||
response | |||
) |
Definition at line 207 of file uploadConditions.py.
uploadConditions.HTTPError.args |
Definition at line 213 of file uploadConditions.py.
Referenced by esMonitoring.ElasticReport.make_report().
uploadConditions.HTTPError.code |
Definition at line 208 of file uploadConditions.py.
uploadConditions.HTTPError.response |
Definition at line 209 of file uploadConditions.py.