# ErrorContent

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/common/ErrorState.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/common/ErrorState.tsx#L96)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `config` | `unknown` | ✓ | - |
| `errorType` | `ErrorType` | ✓ | - |
| `error` | `string` | ✓ | - |
| `showAction` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_ErrorContent_a9d81d2["ErrorContent"]
    class component_ErrorContent_a9d81d2 rootComponent
```

## Relationships

- RENDERS → `ActionButton`

## Referenced By

- `ErrorState` (RENDERS)
