Interface: ErrorPageHeadContext<TError, UData>
Interface: ErrorPageHeadContext<TError, UData>
React error page head context.
Extends
PageHeadContext
<UData
>
Type Parameters
TError
TError
= any
UData
UData
= any
Properties
data?
optional data: UData;
Inherited from
error
error: TError;
event
event: ReactIncomingEvent;
Inherited from
statusCode?
optional statusCode: number;