mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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. |