# 响应代码

<table><thead><tr><th width="129.59895833333331">代码</th><th>状态</th><th>描述</th></tr></thead><tbody><tr><td><code>200</code></td><td><code>正常</code></td><td>一切顺利，请求成功。</td></tr><tr><td><code>400</code></td><td><code>多个错误消息</code></td><td>请求结构错误。可能是参数拼写错误或值无效。响应体会包含更具体的错误消息。</td></tr><tr><td><code>401</code></td><td><p><code>未提供授权头</code> <code>无效的授权头</code></p><p><code>未找到客户端</code></p></td><td>缺少授权头，或者您的登录凭据不正确。</td></tr><tr><td><code>403</code></td><td><code>禁止访问</code></td><td>您的账户没有访问目标网站上此资源的权限。</td></tr><tr><td><code>404</code></td><td><code>未找到</code></td><td>目标网站服务器理解了请求，但拒绝授权。</td></tr><tr><td><code>408</code></td><td><code>超时</code></td><td>请求已超时。</td></tr><tr><td><code>429</code></td><td><code>请求过多</code></td><td>您已超过速率限制。</td></tr><tr><td><code>500</code>, <code>502</code>, <code>503</code></td><td><code>内部服务器错误</code></td><td>我们这边遇到了一些问题。请稍后再试。我们可能已经知晓这些问题，但您也可以告诉我们并进行报告。</td></tr><tr><td><code>550</code></td><td><code>重试过多后失败</code></td><td>出了点问题，我们未能完成您提交的任务。您可以无额外费用重试，因为我们不会对失败的任务收费。如果仍然不行，请联系我们。</td></tr></tbody></table>
