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

# Errors

The Glu API uses standard response codes to indicate a success or failed API request.  A successful request will use a `2XX` range of response codes, `4XX`  indicates an error with the provided information and a `5XX` range error code indicates an error at our end.

You can check the response body for a more detailed explaination of an error, the error content type will use the application/problem+json standard.
