Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow / index / ErrorFrame

Interface: ErrorFrame

Defined in: flow/src/types.ts:237

Error frame (action threw, onError ran).

Properties

type

type: "error"

Defined in: flow/src/types.ts:238


component

component: string

Defined in: flow/src/types.ts:239


message

message: string

Defined in: flow/src/types.ts:240


name?

optional name?: string

Defined in: flow/src/types.ts:245

Dev-only error detail — the server attaches these only under the serve --dev worker so the client can render a full-screen error overlay. Never sent in production (no stack leak).


stack?

optional stack?: string

Defined in: flow/src/types.ts:246


action?

optional action?: string

Defined in: flow/src/types.ts:247