Class AppManifestError
Error while paring app manifest.
public sealed class AppManifestError
- Inheritance
-
AppManifestError
- Inherited Members
Properties
Column
Error column.
[JsonPropertyName("column")]
public long Column { get; set; }
Property Value
Critical
If critical, this is a non-recoverable parse error.
[JsonPropertyName("critical")]
public long Critical { get; set; }
Property Value
Line
Error line.
[JsonPropertyName("line")]
public long Line { get; set; }
Property Value
Message
Error message.
[JsonPropertyName("message")]
public string Message { get; set; }