Error

class Error(val error: ApplicationDataSdkError, val deviceId: String?) : ApplicationDataSdkResult

Error result.

Constructors

Link copied to clipboard
constructor(error: ApplicationDataSdkError, deviceId: String?)

Properties

Link copied to clipboard

Unique identifier for the device.

Link copied to clipboard

The type of the error, which is an ApplicationDataSdkError

Functions

Link copied to clipboard
open override fun toString(): String