> 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/coda-webstore/coda-webstore-appendix/web-store-error-codes.md).

# Web Store Error Codes

<table><thead><tr><th width="140.33333333333331">Error Code</th><th>Error Description</th><th>Message Shown to the User</th></tr></thead><tbody><tr><td>-100</td><td><p>The userId/zoneId is not valid. </p><p></p><p>Validation process was successfully completed, but the user account was not found.</p></td><td>We could not find User ID of: xxxx.</td></tr><tr><td>-101</td><td>The item is not valid. SKU does not exist, or is no longer available.</td><td>The item you selected is no longer available.</td></tr><tr><td>-102</td><td>User is not eligible to purchase item.</td><td>This user account is not eligible to purchase this item.</td></tr><tr><td>-103</td><td>Unable to process the validation request. (Server is under maintenance, Signature is wrong…)</td><td>We were unable to process your order. Please try in a few minutes.</td></tr><tr><td>-104</td><td>Requirement not satisfied.</td><td>Requirements not met. Please read the instructions.</td></tr><tr><td>-105</td><td>Login required.</td><td>User account needs to login first before doing topup.</td></tr><tr><td>-106</td><td>No role/character under this user account.</td><td>There is no role under this user account. Please create a role first.</td></tr><tr><td>-107</td><td>Already purchased the item before.</td><td>You have already purchased the item before, please wait until it expires.</td></tr><tr><td>-200</td><td>User not able to topup in this country.</td><td>Sorry, you can not top up this game account using this payment channel. Please visit the web store for the country where your game account was created to top up this account.</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/coda-webstore/coda-webstore-appendix/web-store-error-codes.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.
