Skip to main content
Module

x/oak_sessions/deps.ts>createHttpError

Session middleware for Oak
Latest
function createHttpError
import { createHttpError } from "https://deno.land/x/oak_sessions@v4.1.11/deps.ts";

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