> 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/dai-li/dedicated-isp-proxies/self-service/response-codes.md).

# 响应代码

这些是在使用 Oxylabs 独享ISP代理 时可能遇到的最常见响应代码。

<table><thead><tr><th width="166">响应码</th><th width="254.33333333333331">错误消息</th><th>说明</th></tr></thead><tbody><tr><td><code>407</code></td><td><code>代理认证要求</code></td><td>未提供用户凭据 / 凭据不正确 / 用户正在从未列入白名单的 IP 连接。</td></tr><tr><td><code>504</code></td><td><code>网关超时</code></td><td>代理服务器等待目标服务器响应时超时。通常需要约 60 秒。</td></tr><tr><td><code>503</code></td><td><code>服务不可用</code></td><td>无法连接到目标服务器。解析目标服务器地址时 DNS 失败。</td></tr><tr><td><code>404</code></td><td><code>未找到</code></td><td>找不到指定的域名。</td></tr><tr><td><code>500</code></td><td><code>服务器内部错误</code></td><td>我们的服务器出现了问题。请稍后再试。</td></tr><tr><td><code>429</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/dai-li/dedicated-isp-proxies/self-service/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.
