Class AppManifestError
AppManifestError
public sealed class AppManifestError
- Inheritance
-
AppManifestError
- Inherited Members
Properties
Column
column
[JsonPropertyName("column")]
public long Column { get; set; }
Property Value
Critical
critical
[JsonPropertyName("critical")]
public long Critical { get; set; }
Property Value
Line
line
[JsonPropertyName("line")]
public long Line { get; set; }
Property Value
Message
message
[JsonPropertyName("message")]
public string Message { get; set; }