in src/services/rest/request.ts [68:72]
export function checkRequestPossibility() {
if ((window.BS?.ServerLink?.getTotalFailuresNum?.() ?? 0) > LIMIT_FOR_NO_CONNECTION_ERROR) {
throw new NoConnectionError('Connection is not available')
}
}