in rest/src/main/kotlin/org/jetbrains/intellij/pluginRepository/internal/utils/RequestHelper.kt [49:55]
override fun onFailure(call: Call<T>, error: Throwable) {
try {
errors[call] = error
} finally {
finished.incrementAndGet()
}
}