get Runtime Errors
abstract suspend fun getRuntimeErrors(clearErrors: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {}): List<RuntimeError>
Get runtime errors from sensor
Return
List of RuntimeError
Parameters
clear Errors
If true clear errors on device. Otherwise do nothing.
update Progress
Progress of the operation