ConfigurationErrors

data class ConfigurationErrors(val lastErrorTimestamp: Long?, val errors: List<Int>)

Represents information about device configuration errors

Constructors

Link copied to clipboard
constructor(lastErrorTimestamp: Long?, errors: List<Int>)

Properties

Link copied to clipboard

List of configuration errors saved on the device

Link copied to clipboard

Timestamp of the last configuration error or null if not available