Skip to main content
Module

x/http_errors/mod.ts>IError

Create HTTP Error for Deno
Latest
interface IError
implements Error
import { type IError } from "https://deno.land/x/http_errors@3.0.0/mod.ts";

Index Signatures

[key: string]: any

Properties

status: number
statusCode: number
expose: boolean