InstallabilityError

@Serializable
data class InstallabilityError(val errorId: String, val errorArguments: List<Page.InstallabilityErrorArgument>)

The installability error

Constructors

Link copied to clipboard
constructor(errorId: String, errorArguments: List<Page.InstallabilityErrorArgument>)

Properties

Link copied to clipboard

The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).

Link copied to clipboard

The error id (e.g. 'manifest-missing-suitable-icon').