error_code
Function
Obtains the error code in the returned object.
C++ Prototype
Code ErrorCode() const;
Python Prototype
error_code()
Parameters
None
Usage Example
Obtain the error code type of an information object.
1 | error_code = error.error_code() |
Parent topic: Error