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

x/abc/http_exception.ts>HttpExceptionBody

A better Deno framework to create web application.
Go to Latest
interface HttpExceptionBody
import { type HttpExceptionBody } from "https://deno.land/x/abc@v1.3.1/http_exception.ts";

Properties

optional
message: string
optional
error: string
optional
statusCode: number