SlowResponse

data class SlowResponse(responseTime: Long) : RecommendedServerIssue

The system information response was slow.

Constructors

SlowResponse
Link copied to clipboard
fun SlowResponse(responseTime: Long)

Properties

responseTime
Link copied to clipboard
val responseTime: Long