GoldenGateBindings / com.fitbit.goldengate.bindings.coap / CoapEndpointException

CoapEndpointException

class CoapEndpointException : Exception

Exception indicating error when requesting data from coap server

Constructors

<init>

CoapEndpointException(message: String, error: Int? = null, partialData: Data = Data(0))

Exception indicating error when requesting data from coap server

Properties

error

val error: Int?

Error code

partialData

val partialData: Data

Any partial data cached so far in-memory for CoAP request before failure