message接口
接口功能
获取返回对象内的错误码信息。
C++函数原型
const std::string &Message() const;
Python函数
message()
接口参数
无。
使用样例
message = error.message()
父主题:
Error