message
Function
Obtains the error code information in the returned object.
C++ Prototype
const std::string &Message() const;
Python Prototype
message()
Parameters
None
Usage Example
Obtain the error message of an information object.
1 | message = error.message() |
Parent topic: Error