> For the complete documentation index, see [llms.txt](https://doc.thordata.com/interface-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/interface-documentation/zh-hk/cuo-wu-ma/cuo-wu-ma-shuo-ming.md).

# 錯誤碼說明

| Code    | 說明                               |
| ------- | -------------------------------- |
| `10000` | 參數錯誤                             |
| `10001` | 時長錯誤                             |
| `10002` | 開通地區格式錯誤                         |
| `10003` | 開通數量錯誤                           |
| `10004` | 開通地區不存在或已下線                      |
| `10005` | 開通地區數量不足                         |
| `10006` | 金額錯誤                             |
| `10007` | 該IP已下線無法續費                       |
| `10008` | 錢包餘額不足                           |
| `10009` | 購買失敗，請重試                         |
| `10010` | IP不存在                            |
| `10011` | 操作頻繁，請稍後再試                       |
| `10012` | 開通數量超過單次限額                       |
| `10013` | sign參數錯誤                         |
| `10014` | apikey參數錯誤                       |
| `10015` | 請輸入由6-15位英文字母和數字組合的賬戶名           |
| `10016` | 請輸入由6-15個字符組成的密碼，以字母開頭，只能包含字母和數字 |
| `10017` | 請先充值                             |
| `10018` | 賬戶名已經存在，請修改賬戶名                   |
| `10019` | 賬戶添加超出上限                         |
| `10020` | 賬戶名不存在                           |
| `10021` | 查詢日期不能超過180天                     |


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.thordata.com/interface-documentation/zh-hk/cuo-wu-ma/cuo-wu-ma-shuo-ming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
