MissingSystemInfo

data class MissingSystemInfo(throwable: Throwable?) : RecommendedServerIssue

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

Constructors

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

Properties

throwable
Link copied to clipboard
val throwable: Throwable?