Table of Contents

Class AppManifestError

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

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

long

Critical

If critical, this is a non-recoverable parse error.

[JsonPropertyName("critical")]
public long Critical { get; set; }

Property Value

long

Line

Error line.

[JsonPropertyName("line")]
public long Line { get; set; }

Property Value

long

Message

Error message.

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string