exception documentation

An HTTP error from the API.

Method __init__ Undocumented
Method __str__ Undocumented
Method is_client_error Undocumented
Method is_error Undocumented
Method is_server_error Undocumented
Instance Variable explanation Undocumented
Instance Variable response Undocumented
Property status_code Undocumented
def __init__(self, message, response=None, explanation=None): (source)

Undocumented

def __str__(self): (source)

Undocumented

def is_client_error(self): (source)

Undocumented

def is_error(self): (source)

Undocumented

def is_server_error(self): (source)

Undocumented

explanation = (source)

Undocumented

response = (source)

Undocumented

@property
status_code = (source)

Undocumented