You need to enable JavaScript to run this app.
导航

公共错误码

最近更新时间2023.08.02 11:53:38

首次发布时间2023.08.02 11:53:38

本文罗列并说明公共错误码。若想了解某个接口业务逻辑相关的错误码,请参考接口的说明文档。

CodeCodeNMessage错误说明及解决方式Status
MissingParameter100002The request is missing %s parameter.关键参数缺失,例如 Action, Version 参数缺失。请参考 API 文档补充 Action 或 Version 参数。400
MissingRequestInfo100004The request is missing %s information.缺少请求必要信息,例如:X-Date400
InvalidTimestamp100006The Signature of the request is expired.请求过期或请求的签名时间来自未来。请检查本地时间是否正常,以及是否使用了 UTC 时间,精确到秒,使用遵循 ISO 8601 标准的格式:YYYYMMDD'T'HHMMSS'Z'400
ServiceNotFound100007This service[%s] not found.请求的服务不存在。请参考产品的 API 文档检查 Service 是否完全填写正确。404
InvalidActionOrVersion100008Could not find operation %s for version %s.请求接口不存在。请参考产品的 API 文档检查 Action 是否完全填写正确。404
InvalidAccessKey100009The accesskey [%s] included in the request is invalid.请求的 Access Key 不合法。请检查 Access key Id 和 Secret Access Key 是否正确,注意不要有多余的空格符号。401
SignatureDoesNotMatch100010The request signature we calculated does not match the signature you provided. Check your Secret Access Key and signing method. Consult the service documentation for details.签名结果不正确。检查签名步骤,建议使用 SDK,避免自行编码构造签名,如需构造签名可参考签名代码示例401
AccessDenied100013User is not authorized to perform: %s on resource: %s.子用户拥有的权限不支持当前操作。请参考访问控制文档为用户添加 IAM 策略权限。403
InternalError100014Service has some internal Error. Pls Contact With Admin.内部错误。系统错误,一般情况下不会出现,如果有超出 SLA 的发生频率,可通过工单系统联系我们。500
InternalServiceTimeout100016Internal Service is timeout. Pls Contact With Admin.服务执行超时。系统错误,一般情况下不会出现,如果有超出 SLA 的发生频率,可通过工单系统联系我们。504
FlowLimitExceeded100018Request was rejected because the request speed of this openAPI is beyond the current flow control limit.请求过于频繁,超出了限速。请降低请求 QPS,如果有提升限速需求,可通过工单系统联系我们。429
ServiceUnavailableTemp100019Service is busy, please try again later.处于熔断状态的服务暂时不可访问,稍后重试。服务处于不可用状态,一般情况下不会出现,如出现可通过工单系统联系我们。503
InternalServiceError100023Service has some internal Error. Pls Contact With Admin.服务存在故障。一般情况下不会出现,如出现可通过工单系统联系我们。502
InvalidAuthorization100024Invalid 'Authorization' header, Pls check authorization header.Authorization 头格式错误,构造的 Authorization Header 不正确,比如没有填 Region 字段、字符不在合法字符集中,请检查 Authorization。建议使用 SDK,避免自行编码构造签名,如需构造签名可参考签名代码示例400
InvalidCredential100025Invalid credential in 'Authorization', Pls check credential in authorization header.Authorization 头中的 Credential 格式错误,比如 AK 不在合法字符集中检查 Credential。建议使用 SDK,避免自行编码构造签名,如需构造签名可参考签名代码示例400
InvalidSecretToken100026Invalid secret token, msg: %s.错误的 STS(临时安全凭证),可能是多种错误,例如签名错误、过期等。请检查 AssumeRole 产生的临时凭证是否过期,以及签名是正确,建议使用 SDK,避免自行编码构造签名,如需构造签名可参考签名代码示例401