Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
client-core
/
no.nordicsemi.kotlin.ble.client.exception
/
OperationFailedException
Operation
Failed
Exception
data
class
OperationFailedException
(
val
reason
:
OperationStatus
)
:
GattException
Thrown when the GATT operation failed.
Members
Constructors
Operation
Failed
Exception
Link copied to clipboard
constructor
(
reason
:
OperationStatus
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
OperationStatus
The reason of the failure.