RxFitbitGatt / com.fitbit.bluetooth.fbgatt.rx / GattTransactionException

GattTransactionException

class GattTransactionException : Exception

Exception thrown when com.fitbit.bluetooth.fbgatt.GattTransaction fails with result other than TransactionResult.TransactionResultStatus.SUCCESS

Constructors

<init>

GattTransactionException(result: TransactionResult, message: String? = null, cause: Throwable? = null)

Exception thrown when com.fitbit.bluetooth.fbgatt.GattTransaction fails with result other than TransactionResult.TransactionResultStatus.SUCCESS

Properties

result

val result: TransactionResult