Class InstallabilityError
The installability error
public sealed class InstallabilityError
- Inheritance
-
InstallabilityError
- Inherited Members
Properties
ErrorArguments
The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).
[JsonPropertyName("errorArguments")]
public InstallabilityErrorArgument[] ErrorArguments { get; set; }
Property Value
ErrorId
The error id (e.g. 'manifest-missing-suitable-icon').
[JsonPropertyName("errorId")]
public string ErrorId { get; set; }