@jonahsnider/util
    Preparing search index...

    Variable clientErrorsConst

    clientErrors: Readonly<Range> = ...

    A Range of 4xx HTTP response status codes.

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

    HTTP