DeviceDeregistrationError

data class DeviceDeregistrationError(val deviceId: Int, val errorMessage: String)

Description of error that occurred during device deregistration.

Constructors

Link copied to clipboard
constructor(deviceId: Int, errorMessage: String)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sequential number of the device registration. Starts with 0. Each time a call to initializeLicense with a new license is made, the device ID.

Link copied to clipboard

Error message describing the error.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String