Const
Category
A Range of 5xx HTTP response status codes.
MDN docs
if (Http.StatusRange.serverErrors.has(statusCode)) { // ...} Copy
if (Http.StatusRange.serverErrors.has(statusCode)) { // ...}
HTTP
A Range of 5xx HTTP response status codes.