Skip to main content
Module

x/fast/types.ts>ServerError

Deno web framework with almost zero overhead.
Go to Latest
class ServerError
extends Error
import { ServerError } from "https://deno.land/x/fast@4.0.0/types.ts";

Constructors

new
ServerError(status?, error: ErrorInit)

Properties

code: string
status: number