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/SSH calls

class hpelefthandclient.exceptions.HTTPNotFound(error=None)[source]

HTTP 404 - Not found

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

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

Previous topic

client – HPELeftHandClient

Next topic

http – HTTP REST Base Class

This Page