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

# TapServerErrorCode

> Every code the handler answers with itself, as a union of its own values.

```ts theme={null}
type TapServerErrorCode = typeof SERVER_ERROR_CODES[keyof typeof SERVER_ERROR_CODES];
```

Every code the handler answers with itself, as a union of its own values.
