[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. Signature: ```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. |