# 响应代码

<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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/products/cn/web-unblocker/response-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
