> ## 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.

# TapErrorStateProps

> The props TapErrorState takes.

The props `TapErrorState` takes.

## Properties

### code?

```ts theme={null}
optional code?: string;
```

An error code, rendered small in `--font-mono` under the description.

***

### description?

```ts theme={null}
optional description?: string;
```

The failure's own message, which is what a caller shows the owner.

***

### onRetry?

```ts theme={null}
optional onRetry?: () => void;
```

Renders a Retry button, and is called by it.

#### Returns

`void`

***

### title

```ts theme={null}
title: string;
```
