class CoapEndpointException : Exception
Exception indicating error when requesting data from coap server
CoapEndpointException(message: String, error: Int? = null, partialData: Data = Data(0))
Exception indicating error when requesting data from coap server |
val error: Int?
Error code |
|
val partialData: Data
Any partial data cached so far in-memory for CoAP request before failure |