Skip to main content
Go to Latest
type alias ServerErrorStatus
import { type ServerErrorStatus } from "https://deno.land/std@0.152.0/http/http_status.ts";

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