status_code接口

接口功能

获取状态对象的错误码。

C++函数原型

Error::Code StatusCode() const;

Python函数

status_code()

接口参数

无。

使用样例

ret_code = status.status_code()