Server Response Error
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?)