UninstallFailure

Represents the cause of uninstallation failure.

Inheritors

Types

Link copied to clipboard
data class Aborted(val message: String) : UninstallFailure

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

Link copied to clipboard

The operation failed because an exception was thrown.

Link copied to clipboard

The operation failed in a generic way.