开发者社区 问答 正文

管控OpenAPI的客户端公用错误码 ,有哪些?

管控OpenAPI的客户端公用错误码

展开
收起
保持可爱mmm 2020-03-26 21:15:02 1736 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
  • API 找不到。 InvalidApi.NotFound Specified api is not found, please check your url and method. 404 请检查指定的 action 接口名称是否正确,注意大小写区分。 缺少必填参数。 Missing{ParameterName} {ParameterName} is mandatory for this action. 400 指定参数为必填参数,请传入。 AccessKeyId 找不到 InvalidAccessKeyId.NotFound Specified access key is not found. 404 请检查调用时是否传入正确的 AccessKeyId。 AccessKeyId 被禁用。 InvalidAccessKeyId.Inactive Specified access key is disabled. 400 检查 AK 是否可用。 时间戳格式不对( Date 和 Timestamp)。 InvalidTimeStamp.Format Specified time stamp or date value is not well formatted. 400 检查时间戳。 用户时间和服务器时间超过15分钟。 InvalidTimeStamp.Expired Specified time stamp or date value is expired. 400 检查时间戳。 SignatureNonce 重复 SignatureNonceUsed Specified signature nonce was used already. 400

    返回值格式不正确。 InvalidParameter.Format Specified parameter format is not valid. 400 仅支持 XML/JSON。 参数值校验不通过。 Invalid{ParameterName} Specified parameter {ParameterName} is not valid. 400 请检查指定参数的值。 Http 请求方法不支持。 UnsupportedHTTPMethod Specified signature is not matched with our calculation. 400 请检查请求Method。 签名方法不支持。 InvalidSignatureMethod Specified signature method is not valid. 400 默认可以不填写该值。 签名不通过。 SignatureDoesNotMatch Specified signature is not matched with our calculation. 400 签名不通过。 用户调用频率超限。 Throttling.User Request was denied due to user flow control. 400 请稍后访问,降低访问频率。 API 访问频率超限。 Throttling.API Request was denied due to api flow control. 400 请稍后访问,降低访问频率。 缺少AccessKeyId。 MissingSecurityToken SecurityToken is mandatory for this action. 400 请检查是否传入有效AccessKeyId。

    2020-03-26 21:15:50 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等