Skip to main content
Module

x/dactyl/mod.ts>HttpException#getError

Web framework for Deno, built on top of Oak 🦇
Latest
method HttpException.prototype.getError
import { HttpException } from "https://deno.land/x/dactyl@v0.1.0-alpha/mod.ts";

Returns

{ error: string | undefined; status: Status; }