ProvisioningFailed

data class ProvisioningFailed(val phase: ProvisioningPhase, val reason: String, val recoveryHint: String = "Retry provisioning. Verify the device is in range and not already provisioned.") : ProvisioningError

Constructors

Link copied to clipboard
constructor(phase: ProvisioningPhase, reason: String, recoveryHint: String = "Retry provisioning. Verify the device is in range and not already provisioned.")

Properties

Link copied to clipboard

The provisioning phase where failure occurred.

Link copied to clipboard

Human-readable reason for the failure.

Link copied to clipboard

Suggestion for how to recover from this error.