# RealtimeError

# Interface: RealtimeError

Defined in: [packages/typescript/ai/src/realtime/types.ts:290](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L290)

Extended error with realtime-specific information

## Extends

- `Error`

## Properties

### code

```ts
code: RealtimeErrorCode;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:291](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L291)

***

### details?

```ts
optional details: unknown;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:293](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L293)

***

### provider?

```ts
optional provider: string;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:292](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L292)
