CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
rrapi.RRApiError Class Reference
Inheritance diagram for rrapi.RRApiError:
Exception

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 code
 
 message
 
 stack
 
 url
 

Detailed Description

API Exception class

Definition at line 9 of file rrapi.py.

Constructor & Destructor Documentation

def rrapi.RRApiError.__init__ (   self,
  resp 
)
Construct exception by providing response object.

Definition at line 14 of file rrapi.py.

Member Function Documentation

def rrapi.RRApiError.__str__ (   self)
Get message 

Definition at line 42 of file rrapi.py.

Member Data Documentation

rrapi.RRApiError.code

Definition at line 22 of file rrapi.py.

rrapi.RRApiError.message

Definition at line 19 of file rrapi.py.

rrapi.RRApiError.stack

Definition at line 23 of file rrapi.py.

rrapi.RRApiError.url

Definition at line 21 of file rrapi.py.