Server Response Error
data class ServerResponseError(val id: Int, val rawData: List<Long>, val timestamp: Long, val coApCode: RuntimeError.ServerResponseError.CoapCode?) : RuntimeError
Constructors
Link copied to clipboard
constructor(id: Int, rawData: List<Long>, timestamp: Long, coApCode: RuntimeError.ServerResponseError.CoapCode?)