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

# Errors

> How we handle errors

<Note>
  We return all errors with the appropriate status code as defined [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
</Note>

## Sample response

```json theme={null}
{
    "message": "something isn't right"
}
```
