Skip to main content
Module

x/fast/types.ts>ServerError

Speedy web framework
Latest
class ServerError
extends Error
import { ServerError } from "https://deno.land/x/fast@6.0.0-alpha.1/types.ts";

Constructors

new
ServerError(unnamed 0: ErrorInit)

Properties

expose: boolean
serialize: () => unknown
status: number

Static Methods

from(error: any)