# EditorError

**Kind:** Component

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

Error state component

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `error` | `Error | null` | ✓ | - |
| `onRetry` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_EditorError_fbce422["EditorError"]
    class component_EditorError_fbce422 rootComponent
```

## Referenced By

- `CollaborativeDocumentEditor` (RENDERS)
