Gradle Repository Instabilities Category
data class GradleRepositoryInstabilitiesCategory(@Json(name = "categoryName" ) val categoryName: String, @Json(name = "networkRequestErrorCount" ) val networkRequestErrorCount: Long, @Json(name = "serialNetworkRequestErrorTime" ) val serialNetworkRequestErrorTime: Long)
Dependency network request error metrics for a single error category.
Parameters
category Name
The identifier of the error category (e.g. Missing, Uncategorized, Status: Unauthorized). New categories may be introduced in the future without a schema change.
network Request Error Count
The number of dependency network requests that failed and were classified under this category.
serial Network Request Error Time
The duration in milliseconds representing the sum of times for potentially parallel network requests that failed and were classified under this category. It does not reflect wall clock time but offers a rough estimation of network activity.