Aborted

data class Aborted(val message: String?) : UninstallFailure

The operation failed because it was actively aborted. For example, the user actively declined uninstall request.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?