> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/web-unblocker/response-codes.md).

# 响应代码

<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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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