getRuntimeErrors

abstract suspend fun getRuntimeErrors(clearErrors: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {}): List<RuntimeError>

Get runtime errors from sensor

Return

List of RuntimeError

Parameters

clearErrors

If true clear errors on device. Otherwise do nothing.

updateProgress

Progress of the operation