Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

ErrorStreamChunk

Interface: ErrorStreamChunk

Defined in: types.ts:558

Extends

Properties

error

ts
error: object;
error: object;

Defined in: types.ts:560

code?

ts
optional code: string;
optional code: string;

message

ts
message: string;
message: string;

id

ts
id: string;
id: string;

Defined in: types.ts:517

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:518

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:519

Inherited from

BaseStreamChunk.timestamp


type

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

Defined in: types.ts:559

Overrides

BaseStreamChunk.type