Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.ServerErrorStatus

A file system based router for Deno.
Latest
type alias http.ServerErrorStatus
import { type http } from "https://deno.land/x/fsrouter@3.1.0/deps.ts";
const { ServerErrorStatus } = http;

An HTTP status that is a server error (5XX).

definition:
| Status.InternalServerError
| Status.NotImplemented
| Status.BadGateway
| Status.ServiceUnavailable
| Status.GatewayTimeout
| Status.HTTPVersionNotSupported
| Status.VariantAlsoNegotiates
| Status.InsufficientStorage
| Status.LoopDetected
| Status.NotExtended
| Status.NetworkAuthenticationRequired