Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
advertiser-core
/
no.nordicsemi.kotlin.ble.advertiser.exception
/
ValidationException
Validation
Exception
data
class
ValidationException
(
val
reason
:
ValidationException.Reason
)
:
IllegalStateException
Members
Constructors
Validation
Exception
Link copied to clipboard
constructor
(
reason
:
ValidationException.Reason
)
Types
Reason
Link copied to clipboard
enum
Reason
:
Enum
<
ValidationException.Reason
>
An enum that represents the reason why the advertising data is invalid.
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
:
ValidationException.Reason