GradleRepositoryInstabilitiesCategory

constructor(@Json(name = "categoryName") categoryName: String, @Json(name = "networkRequestErrorCount") networkRequestErrorCount: Long, @Json(name = "serialNetworkRequestErrorTime") serialNetworkRequestErrorTime: Long)

Parameters

categoryName

The identifier of the error category (e.g. Missing, Uncategorized, Status: Unauthorized). New categories may be introduced in the future without a schema change.

networkRequestErrorCount

The number of dependency network requests that failed and were classified under this category.

serialNetworkRequestErrorTime

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.