status_code
Function
Obtains the error code of a status object.
C++ Prototype
Error::Code StatusCode() const;
Python Prototype
status_code()
Parameters
None
Usage Example
Obtains the error code of a status object.
1 | ret_code = status.status_code() |
Parent topic: Status