Skip to main content
Module

x/abc/mod.ts>createHttpExceptionBody

A better Deno framework to create web application.
Latest
function createHttpExceptionBody
import { createHttpExceptionBody } from "https://deno.land/x/abc@v1.3.3/mod.ts";

Parameters

message: string
optional
error: string
optional
statusCode: number

Type Parameters

T extends Record<string, any>