Recommended Server Info
data class RecommendedServerInfo(address: String, responseTime: Long, score: RecommendedServerInfoScore, issues: Collection<RecommendedServerIssue>, systemInfo: Result<PublicSystemInfo>)
Content copied to clipboard
Functions
first Issue Or Null
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.
Properties
issues
Link copied to clipboard
responseTime
Link copied to clipboard
score
Link copied to clipboard
systemInfo
Link copied to clipboard