ServerResponseError

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?)

Types

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val rawData: List<Long>
Link copied to clipboard