An event that occurs when an application error occurs.
When the error occurs related to the handling of a request, the .context
property will be populated.
new
ApplicationErrorEvent(eventInitDict: ApplicationErrorEventInit<S, AS>)
A middleware framework for handling HTTP with Deno, Node.js, Bun and Cloudflare Workers 🐿️🦕🥟⚙️
An event that occurs when an application error occurs.
When the error occurs related to the handling of a request, the .context
property will be populated.
ApplicationErrorEvent(eventInitDict: ApplicationErrorEventInit<S, AS>)
Add Package
deno add jsr:@oak/oak
Import symbol
import { ApplicationErrorEvent } from "@oak/oak/application";
---- OR ----
Import directly with a jsr specifier
import { ApplicationErrorEvent } from "jsr:@oak/oak/application";
Add Package
npx jsr add @oak/oak
Import symbol
import { ApplicationErrorEvent } from "@oak/oak/application";
Add Package
yarn dlx jsr add @oak/oak
Import symbol
import { ApplicationErrorEvent } from "@oak/oak/application";
Add Package
pnpm dlx jsr add @oak/oak
Import symbol
import { ApplicationErrorEvent } from "@oak/oak/application";
Add Package
bunx jsr add @oak/oak
Import symbol
import { ApplicationErrorEvent } from "@oak/oak/application";