Module

x/fresh/server.ts>ErrorHandlerContext

The next-gen web framework.
Extremely Popular
Go to Latest
interface ErrorHandlerContext
implements ConnInfo
import { type ErrorHandlerContext } from "https://dotland.deno.dev/x/fresh@1.1.2/server.ts";

Type Parameters

optional
State = Record<string, unknown>

Properties

error: unknown
render: () => Response | Promise<Response>
state: State