Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/http.ts>ServerErrorStatus

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias ServerErrorStatus
import { type ServerErrorStatus } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.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