import { AppErrorContext } from "https://deno.land/x/udibo_react_app@0.11.0/error.tsx";
A context object that is used to provide errors on the server to the browser.
It takes an object with an optional error
property, which represents the HttpError that occurred.
This context is intended for internal use only.