exception documentation

HTTP data was invalid or unexpected.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable content Undocumented
Instance Variable error_details Undocumented
Instance Variable reason Undocumented
Instance Variable resp Undocumented
Instance Variable uri Undocumented
Property status_code Return the HTTP status code from the response content.
Method _get_reason Calculate the reason for the error from the response content.
@util.positional(3)
def __init__(self, resp, content, uri=None):

Undocumented

def __repr__(self):

Undocumented

content =

Undocumented

error_details =

Undocumented

reason =

Undocumented

resp =

Undocumented

uri =

Undocumented

@property
status_code =

Return the HTTP status code from the response content.

def _get_reason(self):

Calculate the reason for the error from the response content.