UwbApiException

open class UwbApiException : Exception

Known direct subclasses
UwbHardwareNotAvailableException

The uwb hardware is not available on the device.

UwbServiceNotAvailableException

The service was not available on the device.

UwbSystemCallbackException

Unusual failures happened in UWB system callback, such as stopping ranging or removing a known controlee failed.


Exception class for Uwb service errors.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

UwbApiException

Added in 1.0.0-alpha08
UwbApiException(message: String)