ErrorPagecomponent

ErrorPage({ reason }: ErrorProps): ReactElement
ParamType
propsErrorProps
Props for a component that renders a caught error reason. required
    .reasonunknown
required
Return
ReactElement

Render a caught error as a full-page <Page> with a centered <ErrorNotice>.