pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes
ClientException Class Reference

The base exception class for all exceptions this library raises. More...

Inheritance diagram for ClientException:
PyraxException BadRequest Forbidden HTTPNotImplemented NotFound NoUniqueMatch OverLimit Unauthorized

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 code
 message
 details
 request_id

Detailed Description

The base exception class for all exceptions this library raises.


Constructor & Destructor Documentation

def __init__ (   self,
  code,
  message = None,
  details = None,
  request_id = None 
)

Member Function Documentation

def __str__ (   self)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties