type UseReactErrorResponseType = Record<"content" | "statusCode", | Partial<MetaErrorPage<ReactIncomingEvent>> | number>;
UseReactError response type.