variable errorsimport { errors } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=errors";A map of HttpErrors that are unique instances for each HTTP error status code. Example import { errors } from "https://deno.land/std@$STD_VERSION/http/http_errors.ts"; throw new errors.InternalServerError("Ooops!"); typeRecord<ErrorStatusKeys, HttpError>[src]