函数内部使用,将三方库返回错误码转换到本地错误码。
1
APP_ERROR ConvertReturnCodeToLocal(ReturnCodeType type, int errorCode)
参数名
输入/输出
说明
type
输入
返回码类型,类型参见如下。
1 2 3
enum ReturnCodeType { GST_FLOW_TYPE = 0, };
errorCode
错误码。
数据结构
APP_ERROR
本地错误码。