开发者社区> 问答> 正文

移动推送的错误代码表有什么?



客户端错误

错误代码描述HTTP 状态码语义
InvalidProduct.NotFoundCannot find product according to your specified domain.404请检查调用的域名是否正确:cloudpush.aliyuncs.com
InvalidApi.NotFoundSpecified api is not found,please check your url and method.404请检查调用的API是否正确,需注意大小写
InvalidProtocol.NeedSslYour request is denied as lack of ssl protect.404API配置只支持https协议:request.setProtocol(ProtocolType.HTTPS);
Missing{ParameterName}{ParameterName} is mandatory for this action.400缺少必选参数
InvalidAccessKeyId.NotFoundSpecified access key is not found.400请检查调用时是否使用了正确的AccessKeyId
InvalidTimeStamp.FormatSpecified time stamp or date value is not well formatted.400时间戳格式不对(Date和Timestamp),应为ISO8601格式化时间戳
InvalidTimeStamp.ExpiredSpecified time stamp or date value is expired.400用户时间和服务器时间不在15分钟内,请检查系统时钟是否准时和系统时区的设置是否为东八区
SignatureNonceUsedSpecified signature nonce war used already.400SignatureNonce重复,每次请求的SignatureNonce参数不能重复
SignatureDoesNotMatchSpecified signature is not matched with our calculation.400签名不通过,请参考签名机制
Throttling.UserRequest was denied due to user flow control.400用户这个时段的流量已经超限
Throttling.ApiRequest was denied due to api flow control.400API这个时段的流量已经超限
ForbiddenUser not authorized to operate on the specified resource.403该用户的操作被禁止
InternalErrorThe request processing has failed due to some unknown error,exception or failure.400服务器无法完成对请求的处理,需要工作人员帮忙查看


服务器端错误

错误代码描述HTTP 状态码语义
ServiceUnavailableThe request has failed due to a temporary failure of the server.403服务器当前无法处理请求,需要工作人员帮忙查看
InvalidAppKeyThe specified AppKey is not valid.400非法的不可用的AppKey
AppKeyNotOwnThe specified AppKey is not own by the callerId.400AppKey不属于调用者
PermissionDeniedThe specified AppKey is not authorized.403用户对该AppKey没有操作权限
AccountNotSupportYour account is not support .400不支持的账号(由其它途径建立)
AccountDisabledYour account is not enabled.400该账号未开通移动推送服务
[tr=rgb(239, 251, 255)][td]AccountInDebt Your account is not in debt.400该账号欠费 AppNotConfigPlease go to the console to configure your app first.400发送内容时要现在控制台对app进行android、iOS的配置 ParameterEmptyThe specified parameter can not be empty.400特定的参数不得为空

展开
收起
猫饭先生 2017-10-23 10:23:25 2783 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载