# 响应代码

### API

<table><thead><tr><th width="103.23558797355886">代码</th><th width="279.42175953228775">状态</th><th>描述</th></tr></thead><tbody><tr><td><code>200</code></td><td><code>成功</code></td><td>一切顺利，您得到了您请求的内容。</td></tr><tr><td><code>202</code></td><td><code>已接受</code></td><td>您的请求已被接受。</td></tr><tr><td><code>204</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>  </p><p><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>您要查找的任务 ID 已不再可用。</td></tr><tr><td><code>422</code></td><td><code>无法处理的实体</code></td><td>您发送给我们的有效载荷有问题。请确保它是有效的 JSON 对象。</td></tr><tr><td><code>429</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>524</code></td><td><code>超时</code></td><td>服务不可用。</td></tr><tr><td><code>612</code></td><td><code>未定义的内部错误</code></td><td>出了点问题，我们未能完成您提交的任务。您可以再次尝试，且无需额外费用，因为我们不会就以下内容向您收费： <code>faulted</code> 任务。如果这样仍不行，请联系我们。</td></tr><tr><td><code>613</code></td><td><code>重试次数过多后失败</code></td><td>出了点问题，我们未能完成您提交的任务。您可以再次尝试，且无需额外费用，因为我们不会就以下内容向您收费： <code>faulted</code> 任务。如果这样仍不行，请联系我们。</td></tr></tbody></table>

### 解析器

<table><thead><tr><th width="151.673345890383">代码</th><th width="210">状态</th><th>描述</th></tr></thead><tbody><tr><td><code>12000</code></td><td><code>成功</code></td><td>返回的已解析内容是完整的，不应有缺失或损坏的字段。</td></tr><tr><td><code>12002</code></td><td><code>失败</code></td><td>我们无法完整解析该页面。目标网站可能更改了其 HTML 结构。</td></tr><tr><td><code>12003</code></td><td><code>不支持</code></td><td>您要求我们解析的网页不受支持。</td></tr><tr><td><code>12004</code></td><td><code>部分成功</code></td><td>我们能够解析页面的大部分内容。不过，仍有少数字段缺失。</td></tr><tr><td><code>12005</code></td><td><code>部分成功</code></td><td>我们能够解析页面的大部分内容。不过，由于无法在 HTML 中找到某些字段，它们可能使用了默认值。</td></tr><tr><td><code>12006</code></td><td><code>失败</code></td><td>意外错误。如果您收到此响应，请告知我们，我们会检查哪里出了问题。</td></tr><tr><td><code>12007</code></td><td><code>未知</code></td><td>未知的已解析数据状态。实际结果可能从完全失败到完全成功不等。</td></tr><tr><td><code>12008</code></td><td><code>失败</code></td><td>已解析内容缺失。</td></tr><tr><td><code>12009</code></td><td><code>失败</code></td><td>未找到产品。请检查您提交的 URL。</td></tr></tbody></table>

### 云存储上传器

<table><thead><tr><th width="156.30558722919042">代码</th><th width="208">状态</th><th>描述</th></tr></thead><tbody><tr><td><code>10001</code></td><td><code>意外异常</code></td><td>发生了错误。我们可能已经知道这一点并正在修复。无论如何，请告知我们。</td></tr><tr><td><code>13000</code></td><td><code>上传成功</code></td><td>一切正常！</td></tr><tr><td><code>13001</code></td><td><code>上传失败</code></td><td>我们无法将任务结果上传到您的存储桶。</td></tr><tr><td><code>13102</code></td><td><code>没有这样的路径</code></td><td>我们找不到具有此名称的存储桶。请仔细检查。</td></tr><tr><td><code>13103</code></td><td><code>访问被拒绝</code></td><td>存储桶没有所需权限。要了解如何授予我们所需的访问权限，请参见 <a href="/pages/4f091ea5114df65274171c5e72c48bfe7832b30a"><strong>这里</strong></a>.</td></tr></tbody></table>

### 会话

<table><thead><tr><th width="162">代码</th><th width="208">状态</th><th>描述</th></tr></thead><tbody><tr><td><code>15001</code></td><td><code>会话已过期</code></td><td>您尝试使用的会话已过期。现在您可以创建另一个具有相同 <code>session_id</code> 的会话，如果您愿意的话。</td></tr><tr><td><code>15002</code></td><td><code>会话失败</code></td><td>会话创建失败。请重试。 </td></tr><tr><td><code>15003</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-scraper-api/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.
