Tange Cloud for Device
Rev.333 |
宏定义 | |
#define | ECP_E_OK 0 |
No error | |
错误码 | |
#define | TCE_OK 0 |
成功 | |
#define | TCE_GENERIC_ERROR -1 |
一般性错误 | |
#define | TCE_INVALID_PARAMETER -10001001 |
输入参数错 | |
#define | TCE_INVALID_UUID -10001002 |
无效UUID | |
#define | TCE_INVALID_AI_UUID -10001003 |
无效AI UUID | |
#define | TCE_NOT_ALLOWED -10001004 |
操作不允许 | |
#define | TCE_IN_PROCESSING -10001005 |
操作进行中,不要重复启动 | |
#define | TCE_SERVER_FAILURE -10002001 |
服务器错误 | |
#define | TCE_SERVER_IS_DOWN -10002002 |
服务器没有运行 | |
#define | TCE_ALGRTHM_DISABLED -10003001 |
算法没有开启 | |
#define | TCE_BUFFER_TOO_SMALL -10003002 |
缓冲区太小 | |
#define | TCE_NETWORK_BUSY -10004001 |
网络拥堵 | |
#define | TCE_MD_NOT_MATCH -10004002 |
下载文件内容校验失败 | |
#define | TCE_SERVICE_UNVAILABLE -10004003 |
服务不可用 | |
#define | TCE_INCALL_HAS_GONE -10004004 |
呼入已经无效 | |
#define | TCE_LACK_OF_RESOURCE -10004005 |
资源(内存)不足 | |
本地错误 | |
#define | ECP_E_COMMUNICATION -10000 |
error in network communication | |
#define | ECP_E_NOT_INITIALIZED -10001 |
McFetchNewOssToken is not called | |
#define | ECP_E_INVALID_PARAMETER -10002 |
Invalid parameter | |
#define | ECP_E_OUT_OF_MEMORY -10003 |
Out of memory | |
#define | ECP_E_UNEXPECTED_RESPONSE -10004 |
unexpected response | |
#define | ECP_E_TOO_FREQUENT -10005 |
Too frequent calls | |
#define | ECP_E_NOTALLOWED -10006 |
Not Allowed | |
服务器端错误码 | |
#define | ECP_E_OHTER -20000 |
Other errors | |
#define | ECP_E_USERID_NOT_FOUND -20001 |
userid 未找到 | |
#define | ECP_E_UUID_NOT_FOUND -20002 |
uuid 不存在 | |
#define | ECP_E_UUID_ALREADY_ACTIVATED -20003 |
#define | ECP_E_UUID_NOT_ACTIVATED -20004 |
#define | ECP_E_UUID_IS_UNBOUND -20005 |
#define | ECP_E_CANNOT_GET_TOKEN -20006 |
#define | ECP_E_OSS_TIMESKEWED -20007 |
#define | ECP_E_OSS_INVALIDACCESSKEY -20008 |
#define | ECP_E_OSS_ACCESSDENIED -20009 |
#define TCE_OK 0 |
成功
在文件 TgCloudConst.h 第 260 行定义.
#define TCE_GENERIC_ERROR -1 |
一般性错误
在文件 TgCloudConst.h 第 261 行定义.
#define TCE_INVALID_PARAMETER -10001001 |
输入参数错
在文件 TgCloudConst.h 第 264 行定义.
#define TCE_INVALID_UUID -10001002 |
无效UUID
在文件 TgCloudConst.h 第 265 行定义.
#define TCE_INVALID_AI_UUID -10001003 |
无效AI UUID
在文件 TgCloudConst.h 第 266 行定义.
#define TCE_NOT_ALLOWED -10001004 |
操作不允许
在文件 TgCloudConst.h 第 267 行定义.
#define TCE_IN_PROCESSING -10001005 |
操作进行中,不要重复启动
在文件 TgCloudConst.h 第 268 行定义.
#define TCE_SERVER_FAILURE -10002001 |
服务器错误
在文件 TgCloudConst.h 第 271 行定义.
#define TCE_SERVER_IS_DOWN -10002002 |
服务器没有运行
在文件 TgCloudConst.h 第 272 行定义.
#define TCE_ALGRTHM_DISABLED -10003001 |
算法没有开启
在文件 TgCloudConst.h 第 275 行定义.
#define TCE_BUFFER_TOO_SMALL -10003002 |
缓冲区太小
在文件 TgCloudConst.h 第 276 行定义.
#define TCE_NETWORK_BUSY -10004001 |
网络拥堵
在文件 TgCloudConst.h 第 279 行定义.
#define TCE_MD_NOT_MATCH -10004002 |
下载文件内容校验失败
在文件 TgCloudConst.h 第 280 行定义.
#define TCE_SERVICE_UNVAILABLE -10004003 |
服务不可用
在文件 TgCloudConst.h 第 281 行定义.
#define TCE_INCALL_HAS_GONE -10004004 |
呼入已经无效
在文件 TgCloudConst.h 第 282 行定义.
#define TCE_LACK_OF_RESOURCE -10004005 |
资源(内存)不足
在文件 TgCloudConst.h 第 283 行定义.
#define ECP_E_OK 0 |
No error
在文件 ec_const.h 第 352 行定义.
#define ECP_E_COMMUNICATION -10000 |
error in network communication
在文件 ec_const.h 第 357 行定义.
#define ECP_E_NOT_INITIALIZED -10001 |
McFetchNewOssToken is not called
在文件 ec_const.h 第 358 行定义.
#define ECP_E_INVALID_PARAMETER -10002 |
Invalid parameter
在文件 ec_const.h 第 359 行定义.
#define ECP_E_OUT_OF_MEMORY -10003 |
Out of memory
在文件 ec_const.h 第 360 行定义.
#define ECP_E_UNEXPECTED_RESPONSE -10004 |
unexpected response
在文件 ec_const.h 第 361 行定义.
#define ECP_E_TOO_FREQUENT -10005 |
Too frequent calls
在文件 ec_const.h 第 362 行定义.
#define ECP_E_NOTALLOWED -10006 |
Not Allowed
在文件 ec_const.h 第 363 行定义.
#define ECP_E_OHTER -20000 |
Other errors
在文件 ec_const.h 第 369 行定义.
#define ECP_E_USERID_NOT_FOUND -20001 |
userid 未找到
在文件 ec_const.h 第 370 行定义.
#define ECP_E_UUID_NOT_FOUND -20002 |
uuid 不存在
在文件 ec_const.h 第 371 行定义.
#define ECP_E_UUID_ALREADY_ACTIVATED -20003 |
在文件 ec_const.h 第 372 行定义.
#define ECP_E_UUID_NOT_ACTIVATED -20004 |
在文件 ec_const.h 第 373 行定义.
#define ECP_E_UUID_IS_UNBOUND -20005 |
在文件 ec_const.h 第 374 行定义.
#define ECP_E_CANNOT_GET_TOKEN -20006 |
在文件 ec_const.h 第 375 行定义.
#define ECP_E_OSS_TIMESKEWED -20007 |
在文件 ec_const.h 第 377 行定义.
#define ECP_E_OSS_INVALIDACCESSKEY -20008 |
在文件 ec_const.h 第 378 行定义.
#define ECP_E_OSS_ACCESSDENIED -20009 |
在文件 ec_const.h 第 379 行定义.