> For the complete documentation index, see [llms.txt](https://docs.tickettool.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tickettool.xyz/debugging/errors.md).

# Errors

### Introduction

On July 2023, Ticket Tool introduced a new error handler aiming to help users troubleshoot common situations and/or errors within their servers! Below you can find a guide depicting almost all errors you can face while using Ticket Tool!

### Known Errors

* [Failed to Create - 5169a0fe-f50c-11ed-a05b-0242ac120003](/debugging/errors/5169a0fe-f50c-11ed-a05b-0242ac120003.md)
* [Missing Panel - 51699a14-f50c-11ed-a05b-0242ac120003](/debugging/errors/51699a14-f50c-11ed-a05b-0242ac120003.md)
* [Channel Limit - 4f11290a-f4d3-11ed-a05b-0242ac120003](/debugging/errors/4f11290a-f4d3-11ed-a05b-0242ac120003.md)
* [Category Issues - 51699b5e-f50c-11ed-a05b-0242ac120003](/debugging/errors/51699b5e-f50c-11ed-a05b-0242ac120003.md)
* [Category Permission Issues - ff941d18-0ee3-46fa-86d1-ebadb1ef0015](/debugging/errors/ff941d18-0ee3-46fa-86d1-ebadb1ef0015.md)
* [Storage mode error - 5169a4c8-f50c-11ed-a05b-0242ac120003](/debugging/errors/5169a4c8-f50c-11ed-a05b-0242ac120003.md)
* [Thread Error - 5169a266-f50c-11ed-a05b-0242ac120003](/debugging/errors/5169a266-f50c-11ed-a05b-0242ac120003.md)
* [Thread Permission Error - 5169a39c-f50c-11ed-a05b-0242ac120003](/debugging/errors/5169a39c-f50c-11ed-a05b-0242ac120003.md)
* [Ratelimit - 4f112fae-f4d3-11ed-a05b-0242ac120003](/debugging/errors/4f112fae-f4d3-11ed-a05b-0242ac120003.md)
* [Invalid Modal - 4f111f96-f4d3-11ed-a05b-0242ac120003](/debugging/errors/4f111f96-f4d3-11ed-a05b-0242ac120003.md)
* [Rate Limit (Too many errors) - 4f112fae-f4d3-11ed-a05d-0242ac120003](/debugging/errors/4f112fae-f4d3-11ed-a05d-0242ac120003.md)
* [Major Config Mismatch](/debugging/errors/major-mismatch.md)


---

# 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:

```
GET https://docs.tickettool.xyz/debugging/errors.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.
