|
Tange Cloud for Device
Rev.362 |
普通错误码 | |
| #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_OK 0 |
| No error | |
| #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 | ECP_E_NO_CONTENT -20010 |
| #define TCE_OK 0 |
成功
在文件 TgCloudConst.h 第 325 行定义.
| #define TCE_GENERIC_ERROR -1 |
一般性错误
在文件 TgCloudConst.h 第 326 行定义.
| #define TCE_INVALID_PARAMETER -10001001 |
输入参数错
在文件 TgCloudConst.h 第 329 行定义.
| #define TCE_INVALID_UUID -10001002 |
无效UUID
在文件 TgCloudConst.h 第 330 行定义.
| #define TCE_INVALID_AI_UUID -10001003 |
无效AI UUID
在文件 TgCloudConst.h 第 331 行定义.
| #define TCE_NOT_ALLOWED -10001004 |
操作不允许
在文件 TgCloudConst.h 第 332 行定义.
| #define TCE_IN_PROCESSING -10001005 |
操作进行中,不要重复启动
在文件 TgCloudConst.h 第 333 行定义.
| #define TCE_SERVER_FAILURE -10002001 |
服务器错误
在文件 TgCloudConst.h 第 336 行定义.
| #define TCE_SERVER_IS_DOWN -10002002 |
服务器没有运行
在文件 TgCloudConst.h 第 337 行定义.
| #define TCE_ALGRTHM_DISABLED -10003001 |
算法没有开启
在文件 TgCloudConst.h 第 340 行定义.
| #define TCE_BUFFER_TOO_SMALL -10003002 |
缓冲区太小
在文件 TgCloudConst.h 第 341 行定义.
| #define TCE_NETWORK_BUSY -10004001 |
网络拥堵
在文件 TgCloudConst.h 第 344 行定义.
| #define TCE_MD_NOT_MATCH -10004002 |
下载文件内容校验失败
在文件 TgCloudConst.h 第 345 行定义.
| #define TCE_SERVICE_UNVAILABLE -10004003 |
服务不可用
在文件 TgCloudConst.h 第 346 行定义.
| #define TCE_INCALL_HAS_GONE -10004004 |
呼入已经无效
在文件 TgCloudConst.h 第 347 行定义.
| #define TCE_LACK_OF_RESOURCE -10004005 |
资源(内存)不足
在文件 TgCloudConst.h 第 348 行定义.
| #define ECP_E_OK 0 |
No error
在文件 ec_const.h 第 371 行定义.
| #define ECP_E_COMMUNICATION -10000 |
error in network communication
在文件 ec_const.h 第 373 行定义.
| #define ECP_E_NOT_INITIALIZED -10001 |
McFetchNewOssToken is not called
在文件 ec_const.h 第 374 行定义.
| #define ECP_E_INVALID_PARAMETER -10002 |
Invalid parameter
在文件 ec_const.h 第 375 行定义.
| #define ECP_E_OUT_OF_MEMORY -10003 |
Out of memory
在文件 ec_const.h 第 376 行定义.
| #define ECP_E_UNEXPECTED_RESPONSE -10004 |
unexpected response
在文件 ec_const.h 第 377 行定义.
| #define ECP_E_TOO_FREQUENT -10005 |
Too frequent calls
在文件 ec_const.h 第 378 行定义.
| #define ECP_E_NOTALLOWED -10006 |
Not Allowed
在文件 ec_const.h 第 379 行定义.
| #define ECP_E_OHTER -20000 |
Other errors
在文件 ec_const.h 第 385 行定义.
| #define ECP_E_USERID_NOT_FOUND -20001 |
userid 未找到
在文件 ec_const.h 第 386 行定义.
| #define ECP_E_UUID_NOT_FOUND -20002 |
uuid 不存在
在文件 ec_const.h 第 387 行定义.
| #define ECP_E_UUID_ALREADY_ACTIVATED -20003 |
在文件 ec_const.h 第 388 行定义.
| #define ECP_E_UUID_NOT_ACTIVATED -20004 |
在文件 ec_const.h 第 389 行定义.
| #define ECP_E_UUID_IS_UNBOUND -20005 |
在文件 ec_const.h 第 390 行定义.
| #define ECP_E_CANNOT_GET_TOKEN -20006 |
在文件 ec_const.h 第 391 行定义.
| #define ECP_E_OSS_TIMESKEWED -20007 |
在文件 ec_const.h 第 393 行定义.
| #define ECP_E_OSS_INVALIDACCESSKEY -20008 |
在文件 ec_const.h 第 394 行定义.
| #define ECP_E_OSS_ACCESSDENIED -20009 |
在文件 ec_const.h 第 395 行定义.
| #define ECP_E_NO_CONTENT -20010 |
在文件 ec_const.h 第 396 行定义.