getConfigurationErrors

abstract suspend fun getConfigurationErrors(clearErrors: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {}): ConfigurationErrors

Get configuration errors from sensor.

Return

Configuration errors ConfigurationErrors

Parameters

clearErrors

If true then errors will be cleared on sensor

updateProgress

Progress of the operation