Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/engine/errors.ts

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