MissingSystemInfo

data class MissingSystemInfo(val throwable: Throwable?) : RecommendedServerIssue

No system information found. This could happen due too networking issues or an invalid server address.

Constructors

Link copied to clipboard
fun MissingSystemInfo(throwable: Throwable?)

Properties

Link copied to clipboard
val throwable: Throwable?