ProvisionFailed

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

Sending WiFi credentials to 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).