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

RealtimeError

Interface: RealtimeError

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

Extended error with realtime-specific information

Extends

  • Error

Properties

code

ts
code: RealtimeErrorCode;
code: RealtimeErrorCode;

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


details?

ts
optional details: unknown;
optional details: unknown;

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


provider?

ts
optional provider: string;
optional provider: string;

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