Interface: ErrorPageRenderContext<TError, UData>
Interface: ErrorPageRenderContext<TError, UData>
React error page render context.
Extends
PageRenderContext
<UData
>
Type Parameters
TError
TError
= any
UData
UData
= any
Properties
container
container: Container;
Inherited from
data?
optional data: UData;
Inherited from
error
error: TError;
event
event: ReactIncomingEvent;
Inherited from
statusCode?
optional statusCode: number;