# 响应代码

### 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="features/result-processing-and-storage/cloud-storage"><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/documentation/cn/zhua-qu-jie-jue-fang-an/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.
