Aborted

data class Aborted(val message: String = "DFU was aborted") : Exception, DfuError

The DFU was cancelled by calling DfuController.abort.

Constructors

Link copied to clipboard
constructor(message: String = "DFU was aborted")

Properties

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