Docs
Cloudflare
Railway
CodeRabbit
OpenRouter
Netlify
AG Grid
Clerk
SerpAPI
WorkOS
Unkey
Prisma
Electric
Sentry
Cloudflare
Railway
CodeRabbit
OpenRouter
Netlify
AG Grid
Clerk
SerpAPI
WorkOS
Unkey
Prisma
Electric
Sentry
Class References
Function References
Interface References
Type Alias References
Variable References

RealtimeError

Interface: RealtimeError

Defined in: packages/ai/src/realtime/types.ts:290

Extended error with realtime-specific information

Extends

  • Error

Properties

code

ts
code: RealtimeErrorCode;
code: RealtimeErrorCode;

Defined in: packages/ai/src/realtime/types.ts:291


details?

ts
optional details: unknown;
optional details: unknown;

Defined in: packages/ai/src/realtime/types.ts:293


provider?

ts
optional provider: string;
optional provider: string;

Defined in: packages/ai/src/realtime/types.ts:292