
Public Member Functions | |
| def | __init__ |
Generic error using a value of ReturnCode_t to set the message.
Definition at line 37 of file exceptions.py.
| def rtctree.exceptions.ReturnCodeError.__init__ | ( | self, | |
| return_code | |||
| ) |
Constructor. @param return_code The type of return code. Must be on of the return codes defined in the RTC IDL.
Definition at line 39 of file exceptions.py.