Error

data class Error(val error: UiText) : FirmwareUpdateState(source)

An error occurred at any stage of the update pipeline.

Constructors

Link copied to clipboard
constructor(error: UiText)

Properties

Link copied to clipboard
val error: UiText