SlowResponse

data class SlowResponse(val responseTime: Long) : RecommendedServerIssue

The system information response was slow.

Constructors

Link copied to clipboard
fun SlowResponse(responseTime: Long)

Properties

Link copied to clipboard
val responseTime: Long