LMDBError

data class LMDBError(val returnCode: Int) : Throwable

Constructors

Link copied to clipboard
constructor(returnCode: Int)

Properties

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

Functions

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

Checks if the given Throwable is a DeadSystemRuntimeException or DeadObjectException, which indicates that the Bluetooth system service has died unexpectedly.