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

x/superdeno/test/deps.ts>Oak.createHttpError

Super-agent driven library for testing Deno HTTP servers.
Latest
function Oak.createHttpError
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { createHttpError } = Oak;

A factory function which provides a way to create errors. It takes up to 3 arguments, the error Status, an message, which defaults to the status text and error options, which includes the expose property to set the .expose value on the error.

Parameters

optional
status: ErrorStatus = [UNSUPPORTED]
optional
message: string
optional
options: HttpErrorOptions