根据错误码获取对应错误信息。
1
std::string GetAppErrCodeInfo(APP_ERROR err);
参数名
输入/输出
说明
err
输入
错误码。
数据结构
std::string
错误码对应错误信息。