Variable clientErrorsConst Category

clientErrors: Readonly<Range> = ...

A Range of 4xx HTTP response status codes.

See

MDN docs

Example

if (Http.StatusRange.clientErrors.has(statusCode)) {
// ...
}

HTTP