Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/mod.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.67.9/mod.ts";

Escape hatch to allow throwing an http error

Constructors

new
HttpError(resp: Response)

Properties

status: number