cc1
v2.1
CC1 source code docs
|
Exception thrown when REST call returns with an error. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
value |
Exception thrown when REST call returns with an error.
Definition at line 32 of file exceptions.py.
def src.wi.utils.exceptions.RestErrorException.__init__ | ( | self, | |
value | |||
) |
Definition at line 33 of file exceptions.py.
def src.wi.utils.exceptions.RestErrorException.__str__ | ( | self | ) |
Definition at line 37 of file exceptions.py.
src.wi.utils.exceptions.RestErrorException.value |
Definition at line 35 of file exceptions.py.