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 was 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这个时段的流量已经超限 |
AccountNotSupport |
Your account is not support. |
400 |
不支持的账号(由其它途径建立) |
AccountProhibited |
Your account is prohibited. |
400 |
您的账户被禁用 |
AccountInDebt |
Your account is in debt. |
400 |
您的账户已欠费 |
AccountDisabled |
Your account is not enabled. |
400 |
您未开通该服务 |
PermissionDenied |
The specified AppKey is not authorized. |
400 |
该app不属于访问者 |
NoPermission |
You are not authorized to do this operation. (Action: %s, Resource: %s.) |
400 |
子账户或者sts访问时未授权 |
Invalid{ParameterName}.NotFound |
The specified {ParameterName} is not found. |
400 |
指定的资源不存在 |
Invalid{ParameterName}.Format |
The specified {ParameterName} is not found. |
400 |
参数格式不正确 |
Invalid{ParameterName}.Empty |
Specified {ParameterName} can’t be empty. |
400 |
参数不能为空 |
Invalid{ParameterName}.Blank |
Specified {ParameterName} can’t be blank. |
400 |
参数不能为空白字符 |
Invalid{ParameterName}.BytesExceed |
Specified {ParameterName} exceeds the %s bytes limit. |
400 |
参数的字节数超限 |
Invalid{ParameterName}.LengthExceed |
Specified {ParameterName}.length can’t be greater than %s. |
400 |
参数的字符数超限 |
Invalid{ParameterName}.SizeExceed |
Specified {ParameterName}.size can’t be greater than %s. |
400 |
列表参数的个数超限 |