Skip to main content
Module

x/aleph/server/types.ts>ErrorHandler

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ErrorHandler
import { type ErrorHandler } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";
definition: { (error: unknown, cause: { by:
| "route-data-fetch"
| "ssr"
| "transform"
| "fs"
| "middleware"
; url: string; context?: Record<string, unknown>; }
): Response | void; }