Timeout

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

The operation failed because it didn't complete within the specified timeout.

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.