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

# Troubleshooting

> Find out the common extended error messages you may encounter

Common HTTP errors returned by the API and what they usually mean.

Didn't find the solution? Please [let us know](mailto:support@lumx.io).

| Status | Name                  | Description                                                                                   |
| :----- | :-------------------- | :-------------------------------------------------------------------------------------------- |
| 400    | Bad Request           | Invalid parameter structure on request body.                                                  |
| 401    | Unauthorized          | API\_KEY is invalid or missing.                                                               |
| 403    | Forbidden             | API\_KEY can't access this resource.                                                          |
| 404    | Not Found             | The resource could not be found.                                                              |
| 409    | Conflict              | The resource could not be created or updated due to a conflicting condition.                  |
| 429    | Too Many Requests     | Rate limit exceeded.                                                                          |
| 500    | Internal Server Error | This is an unexpected server error. Please, [contact us](mailto:support@lumx.io) for support. |
