mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [AppManifestError](./puppeteer.protocol.page.appmanifesterror.md)
|
||
|
|
||
|
## Protocol.Page.AppManifestError interface
|
||
|
|
||
|
Error while paring app manifest.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AppManifestError
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [column](./puppeteer.protocol.page.appmanifesterror.column.md) | [integer](./puppeteer.protocol.integer.md) | Error column. |
|
||
|
| [critical](./puppeteer.protocol.page.appmanifesterror.critical.md) | [integer](./puppeteer.protocol.integer.md) | If criticial, this is a non-recoverable parse error. |
|
||
|
| [line](./puppeteer.protocol.page.appmanifesterror.line.md) | [integer](./puppeteer.protocol.integer.md) | Error line. |
|
||
|
| [message](./puppeteer.protocol.page.appmanifesterror.message.md) | string | Error message. |
|
||
|
|