Storage

data class Storage @JvmOverloads constructor(val message: String?, val storagePath: String? = null) : InstallFailure

The operation failed because of storage issues. For example, the device may be running low on space, or external media may be unavailable. The user may be able to help free space or insert different external media.

The result may also contain storagePath with the path to the storage device that caused the failure.

Constructors

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

Properties

Link copied to clipboard
open override val message: String?

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

Link copied to clipboard
val storagePath: String? = null