Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ErrorStreamChunk

Interface: ErrorStreamChunk

Defined in: types.ts:705

Extends

Properties

error

ts
error: object;
error: object;

Defined in: types.ts:707

code?

ts
optional code: string;
optional code: string;

message

ts
message: string;
message: string;

id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:665

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:666

Inherited from

BaseStreamChunk.timestamp


type

ts
type: "error";
type: "error";

Defined in: types.ts:706

Overrides

BaseStreamChunk.type