puppeteer/new-docs/puppeteer.protocol.page.appmanifesterror.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > Page > AppManifestError

Protocol.Page.AppManifestError interface

Error while paring app manifest.

Signature:

export interface AppManifestError 

Properties

Property Type Description
column integer Error column.
critical integer If criticial, this is a non-recoverable parse error.
line integer Error line.
message string Error message.