Skip to main content
Module

x/aleph/server/error.ts>ErrorCallback

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