Type Alias ServerErrorStatus

ServerErrorStatus:
    | typeof InternalServerError
    | typeof NotImplemented
    | typeof BadGateway
    | typeof ServiceUnavailable
    | typeof GatewayTimeout
    | typeof HTTPVersionNotSupported
    | typeof VariantAlsoNegotiates
    | typeof InsufficientStorage
    | typeof LoopDetected
    | typeof NotExtended
    | typeof NetworkAuthenticationRequired

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