Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/errors.ts>HttpError

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
class HttpError
extends Error
import { HttpError } from "https://deno.land/x/live@1.53.8/engine/errors.ts";

Escape hatch to allow throwing an http error

Constructors

new
HttpError(resp: Response)

Properties

status: number