ServerResponseError

data class ServerResponseError(val rawData: List<Long>, val timestamp: Long, val coApCode: RuntimeError.ServerResponseError.CoapCode?) : RuntimeError

Constructors

Link copied to clipboard
constructor(rawData: List<Long>, timestamp: Long, coApCode: RuntimeError.ServerResponseError.CoapCode?)

Types

Properties

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