BearerError

sealed class BearerError : Exception

Defines a set of errors that may be thrown by the bearer.

Inheritors

Types

Link copied to clipboard

Thrown when the Central Manager is not in ON state.

Link copied to clipboard
data object Closed : BearerError

Thrown when the Bearer is not ready to send data.

Link copied to clipboard

Thrown when the PDU type is not supported by the bearer.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String