> For the complete documentation index, see [llms.txt](https://docs.antbuddy.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antbuddy.us/integration-document-guide/antring/error-code.md).

# Error Code

**Error Codes**\
When an error occurs, the API returns a response in the following format:

```json
jsonCopyEdit{
  success: false,
  message: <MESSAGE>
}
```

Where **MESSAGE** is described in the table below:

| MESSAGE              | Description                           |
| -------------------- | ------------------------------------- |
| APPID\_NOT\_FOUND    | The appId could not be found          |
| APPID\_MISSING       | The appId parameter is missing        |
| HASH\_NOT\_MATCH     | The hash parameter value is incorrect |
| METHOD\_NOT\_SUPPORT | The method is not supported           |
