exceptions – HTTP Exceptions

Exceptions for the client

Author:Walter A. Boring IV
Description:This contains the HTTP exceptions that can come back from the REST calls
class hplefthandclient.exceptions.HTTPNotFound(error=None)[source]

HTTP 404 - Not found

class hplefthandclient.exceptions.HTTPBadRequest(error=None)[source]

HTTP 400 - Bad request: you sent some malformed data.