> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.kychospitality.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Codes

<Warning>
  This list is NOT yet complete
</Warning>

For all API requests (these errors are not request nor path specific):

| Code                           | Meaning                                                     |
| ------------------------------ | ----------------------------------------------------------- |
| MISSING\_USER\_AGENT           | There is no User Agent header.                              |
| INVALID\_USER\_AGENT           | The User Agent header is not valid.                         |
| MISSING\_AUTH                  | There is no Authorization header.                           |
| INVALID\_AUTH                  | The Authorization header is invalid, likely invalid format. |
| INVALID\_API\_KEY              | The API Key is not valid, likely invalid format.            |
| API\_KEY\_NOT\_FOUND           | The API key was not found in our system.                    |
|                                |                                                             |
| IDEMPOTENCY\_KEY\_REUSED       | NOT IMPEMENTED YET                                          |
| IDEMPOTENCY\_KEY\_IN\_PROGRESS | NOT IMPEMENTED YET                                          |
