Generic

data class Generic @JvmOverloads constructor(val message: String? = null) : InstallFailure

The operation failed in a generic way. The system will always try to provide a more specific failure reason, but in some rare cases this may be delivered.

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

Link copied to clipboard
open override val message: String? = null

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