# 响应代码

我们基础设施产生的错误会在 `X-Error-Description` **响应头中**包含额外信息。此响应头提供有关错误的详细信息以及下一步操作的指导。

{% hint style="warning" %}
&#x20;如果您从目标网站收到错误，响应中将不会包含此响应头。在这种情况下，请检查您的爬取配置，并查看这是否有助于解决问题。
{% endhint %}

如果您遇到此处未列出的响应代码，请联系客户成功团队或您的客户经理以获取进一步帮助。

<table><thead><tr><th width="236.453125">响应代码</th><th>错误信息</th><th>描述 </th></tr></thead><tbody><tr><td><code>400</code></td><td><code>错误的请求</code></td><td>无法解析请求。请检查请求格式是否正确。</td></tr><tr><td><code>400</code></td><td><code>错误的请求</code></td><td>不支持 SOCKS 版本。请使用 SOCKS5 发起请求。</td></tr><tr><td><code>400</code></td><td><code>错误的请求</code></td><td>使用了不受支持的参数。如果您有任何疑问，请联系支持团队或您的客户经理。</td></tr><tr><td><code>400</code></td><td><code>错误的请求</code></td><td>收到无效的 HTTP 请求。请重试。</td></tr><tr><td><code>403</code></td><td><code>访问被拒绝</code></td><td>受限目标。如果您有任何疑问，请联系支持团队或您的客户经理。</td></tr><tr><td><code>407</code></td><td><code>访问被拒绝</code></td><td>用户身份验证失败。请检查您的凭据并重试。</td></tr><tr><td><code>407</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>502</code></td><td><code>响应错误</code></td><td>请求期间收到无效的 HTTP 响应。请重试。</td></tr><tr><td><code>502</code></td><td><code>响应错误</code></td><td>请求期间收到无效的响应。请重试。</td></tr><tr><td><code>502</code></td><td><code>错误的网关</code></td><td>会话失败。请开始新会话。</td></tr><tr><td><code>502</code></td><td><code>错误的网关</code></td><td>未找到出口节点（会话已结束）。请尝试使用不同的筛选条件（或开始新会话）。</td></tr><tr><td><code>502</code></td><td><code>错误的网关</code></td><td>我们遇到了错误。请重试。</td></tr><tr><td><code>502</code></td><td><code>错误的网关</code></td><td>客户端已断开连接。请重试。</td></tr><tr><td><code>504</code></td><td><code>超时</code></td><td>请求超时。请重试。</td></tr><tr><td><code>504</code></td><td><code>超时</code></td><td>无法到达目标。请检查目标 URL 是否正确并重试。</td></tr><tr><td><code>522</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/dai-li/mobile-proxies/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.
