status_msg
Function
Obtains the error message of a status object.
C++ Prototype
std::string StatusMsg() const;
Python Prototype
status_msg()
Parameters
None
Usage Example
Obtains the error message of a status object.
1 | ret_msg = status.status_msg() |
Parent topic: Status