Skip to main content
Home

Built and signed on GitHub Actions

Middleware web-framework for creating fast and easy-to-use servers

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
64%
Published
a year ago (0.6.6)
type alias ErrorHandler

Definition

(
context: Context,
error: HTTPError,
) => Promise<HTTPResponse> | HTTPResponse

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sequoia/sequoia

Import symbol

import { type ErrorHandler } from "@sequoia/sequoia/error";
or

Import directly with a jsr specifier

import { type ErrorHandler } from "jsr:@sequoia/sequoia/error";

Add Package

bunx jsr add @sequoia/sequoia

Import symbol

import { type ErrorHandler } from "@sequoia/sequoia/error";