> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codashop-yu-distrubution/codashop-fu-lu/codashop-cuo-wu-dai-ma.md).

# Codashop 错误代码

<table><thead><tr><th width="86.23089599609375">错误码</th><th width="296.1068115234375">错误描述</th><th>用户提示信息</th></tr></thead><tbody><tr><td>-100</td><td>用户 ID / 区服 ID 无效。验证过程已完成，但未找到对应的用户账号。</td><td>无法找到用户 ID：xxxx。</td></tr><tr><td>-101</td><td>商品无效。SKU 不存在或已下架。</td><td>您选择的商品已无法购买。</td></tr><tr><td>-102</td><td>用户无购买该商品的资格。</td><td>当前账号不符合购买该商品的条件。</td></tr><tr><td>-103</td><td>无法处理验证请求。（可能为服务器维护、签名错误等原因）</td><td>无法处理您的订单，请稍后再试。</td></tr><tr><td>-104</td><td>不满足购买条件。</td><td>条件未达成，请阅读说明后再尝试。</td></tr><tr><td>-105</td><td>需要先登录。</td><td>请先登录账号后再进行充值。</td></tr><tr><td>-106</td><td>当前账号下没有角色或角色未创建。</td><td>当前账号下无角色，请先创建角色后再充值。</td></tr><tr><td>-107</td><td>该商品已购买。</td><td>您已购买该商品，请等待其过期后再试。</td></tr><tr><td>-200</td><td>用户所在国家/地区不支持充值。</td><td>抱歉，该支付渠道无法为该游戏账号充值。请前往游戏账号所属国家/地区的 Codashop 页面进行充值。</td></tr></tbody></table>


---

# 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://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codashop-yu-distrubution/codashop-fu-lu/codashop-cuo-wu-dai-ma.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.
