Module

x/live/runtime/errors.ts

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
import * as mod from "https://dotland.deno.dev/x/live@1.107.0/runtime/errors.ts";

Classes

Escape hatch to allow throwing an http error

Variables

Returns a bad request error

Returns a forbidden error.

Returns not found error.

Redirect using the specified @param url.

Stop any config resolution and throw an exception that should be returned to the main handler.

Returns a response with given status and formatted error message if provided.

Returns a unauthorized error.