枚举值定义:
名称 | 值 | 描述 |
---|---|---|
noError |
0 |
无错误 |
appIdInvalid |
1 |
开发者应用的id无效 |
tokenNotMatch |
2 |
应用token与id不匹配 |
authExpire |
3 |
请求授权已过期 |
productUnavailable |
4 |
产品不能使用[未开通、未审核、未启用] |
parameterError |
10 |
请求的参数不正确 |
timoutError |
11 |
等待已经超过预设的时间 |
serviceError |
12 |
服务器内部处理异常 |
limitedRequest |
13 |
因某种原因而受到限制请求 |