Aborted

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

The operation failed because it was actively aborted. For example, the user actively declined requested permissions, or the session was abandoned.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?

Detailed string representation of the status, including raw details that are useful for debugging.