x/oak/context.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
method Context.prototype.throw
import { Context } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/context.ts?p=prototype.throw&s=Context";

Create and throw an HTTP Error, which can be used to pass status information which can be caught by other middleware to send more meaningful error messages back to the client. The passed error status will be set on the .response.status by default as well.

Parameters

errorStatus: ErrorStatus[src]
optional
message: string
[src]
optional
props: Record<string, unknown>
[src]