MeshNotSupported

data class MeshNotSupported(val message: String = "BLE Mesh is not supported on this platform") : Exception, MeshError

Constructors

Link copied to clipboard
constructor(message: String = "BLE Mesh is not supported on this platform")

Properties

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