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?
optionalname?: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?
optionalstack?:string
Defined in: flow/src/types.ts:246
action?
optionalaction?:string
Defined in: flow/src/types.ts:247