Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable 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