Recommended Server Info
data class RecommendedServerInfo( val address: String, val responseTime: Long, val score: RecommendedServerInfoScore, val issues: Collection<RecommendedServerIssue>, val systemInfo: Result<<ERROR CLASS>>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun RecommendedServerInfo( address: String, responseTime: Long, score: RecommendedServerInfoScore, issues: Collection<RecommendedServerIssue>, systemInfo: Result<<ERROR CLASS>>)
Content copied to clipboard
Functions
Link copied to clipboard
The issues are ordered by importance. When showing a single issue to an end user you normally want to show the first one.