Skip to main content
Module

x/live/runtime/errors.ts

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
import * as live from "https://deno.land/x/live@1.96.2/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.