cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.utils.exceptions.RestErrorException Class Reference

Exception thrown when REST call returns with an error. More...

Public Member Functions

def __init__
def __str__

Public Attributes

 value

Detailed Description

Exception thrown when REST call returns with an error.

Definition at line 32 of file exceptions.py.

Constructor & Destructor Documentation

def src.wi.utils.exceptions.RestErrorException.__init__ (   self,
  value 
)

Definition at line 33 of file exceptions.py.

Member Function Documentation

def src.wi.utils.exceptions.RestErrorException.__str__ (   self)

Definition at line 37 of file exceptions.py.

Member Data Documentation

src.wi.utils.exceptions.RestErrorException.value

Definition at line 35 of file exceptions.py.


The documentation for this class was generated from the following file: