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.