Interface: ErrorBoundaryEvent
Defined in: redux/headlampEventSlice.ts:95
Event fired when an error boundary is triggered.
Properties
data
data: Error;
Defined in: redux/headlampEventSlice.ts:98
The error that was thrown.
type
type: ERROR_BOUNDARY;
Defined in: redux/headlampEventSlice.ts:96