GenericError

data class GenericError(val cause: Throwable) : BLEServiceEvent

Represents a generic error event.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The cause of the error.