MeshException

data class MeshException(val error: MeshError) : Exception

Exception wrapper for MeshError values, allowing them to be thrown.

Pattern matches com.atruedev.kmpble.error.BleException from core library.

Constructors

Link copied to clipboard
constructor(error: MeshError)

Properties

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