客户端错误
错误代码 | 描述 | HTTP 状态码 | 语义 |
InvalidProduct.NotFound | Cannot find product according to your specified domain. | 404 | 请检查调用的域名是否正确:cloudpush.aliyuncs.com |
InvalidApi.NotFound | Specified api is not found,please check your url and method. | 404 | 请检查调用的API是否正确,需注意大小写 |
InvalidProtocol.NeedSsl | Your request is denied as lack of ssl protect. | 404 | API配置只支持https协议:request.setProtocol(ProtocolType.HTTPS); |
Missing{ParameterName} | {ParameterName} is mandatory for this action. | 400 | 缺少必选参数 |
InvalidAccessKeyId.NotFound | Specified access key is not found. | 400 | 请检查调用时是否使用了正确的AccessKeyId |
InvalidTimeStamp.Format | Specified time stamp or date value is not well formatted. | 400 | 时间戳格式不对(Date和Timestamp),应为ISO8601格式化时间戳 |
InvalidTimeStamp.Expired | Specified time stamp or date value is expired. | 400 | 用户时间和服务器时间不在15分钟内,请检查系统时钟是否准时和系统时区的设置是否为东八区 |
SignatureNonceUsed | Specified signature nonce war used already. | 400 | SignatureNonce重复,每次请求的SignatureNonce参数不能重复 |
SignatureDoesNotMatch | Specified signature is not matched with our calculation. | 400 | 签名不通过,请参考签名机制 |
Throttling.User | Request was denied due to user flow control. | 400 | 用户这个时段的流量已经超限 |
Throttling.Api | Request was denied due to api flow control. | 400 | API这个时段的流量已经超限 |
Forbidden | User not authorized to operate on the specified resource. | 403 | 该用户的操作被禁止 |
InternalError | The request processing has failed due to some unknown error, exception or failure. | 400 | 服务器无法完成对请求的处理,需要工作人员帮忙查看 |
错误代码 | 描述 | HTTP 状态码 | 语义 |
ServiceUnavailable | The request has failed due to a temporary failure of the server. | 403 | 服务器当前无法处理请求,需要工作人员帮忙查看 |
InvalidAppKey | The specified AppKey is not valid. | 400 | 非法的不可用的AppKey |
AppKeyNotOwn | The specified AppKey is not own by the callerId. | 400 | AppKey不属于调用者 |
PermissionDenied | The specified AppKey is not authorized. | 403 | 用户对该AppKey没有操作权限 |
AccountNotSupport | Your account is not support . | 400 | 不支持的账号(由其它途径建立) |
AccountDisabled | Your account is not enabled. | 400 | 该账号未开通移动推送服务 |
AccountInDebt | Your account is not in debt. | 400 | 该账号欠费 |
AppNotConfig | Please go to the console to configure your app first. | 400 | 发送内容时要现在控制台对app进行android、iOS的配置 |
ParameterEmpty | The specified parameter can not be empty. | 400 | 特定的参数不得为空 |
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。