status_msg接口
接口功能
获取状态对象的错误信息。
C++函数原型
std::string StatusMsg() const;
Python函数
status_msg()
接口参数
无。
使用样例
ret_msg = status.status_msg()
父主题:
Status