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