ScanFailed

data class ScanFailed(val detail: String) : WifiProvisionError(source)

WiFi network scan on the device failed.

Constructors

Link copied to clipboard
constructor(detail: String)

Properties

Link copied to clipboard
open override val detail: String

Detail message from the underlying exception (language-agnostic, typically from the BLE stack).