# 错误代码

在使用 Afarensis API 及我们的官方 Python 库过程中，您可能会遇到各种错误代码。本指南提供了您可能看到的错误代码的概览，以及每个错误代码的详细指导。

错误代码概览

本部分包含您在使用 Afarensis API 和官方 Python 库时可能遇到的错误代码。为了帮助您快速定位和解决问题，每个错误代码都有相应的部分提供了进一步的指导。

了解可能遇到的错误代码及其含义对于开发过程中快速识别和处理问题至关重要。这有助于确保您的应用程序能够有效地处理异常情况，并提供稳定的用户体验。

详细错误代码指导

在本指南的后续部分，我们将针对概览中提到的每个错误代码提供详细的解释和处理建议。这些详细指导将帮助您在遇到这些问题时能够迅速采取行动。

每个错误代码都对应一种特定的问题或异常情况，通过了解这些错误代码，您可以更准确地识别出问题所在，并采取适当的措施来解决。

请确保在开发和测试您的应用程序时参考本指南，以便您能够更好地准备处理可能遇到的各种错误情况。


---

# 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://doc.afarensis.com/cuo-wu-dai-ma.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.
