toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
bluetooth
/
edu.stanford.spezi.core.bluetooth.data.model
/
BLEServiceEvent
/
GenericError
Generic
Error
data
class
GenericError
(
val
cause
:
Throwable
)
:
BLEServiceEvent
Represents a generic error event.
Members
Constructors
Generic
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
The cause of the error.