puppeteer/new-docs/puppeteer.protocol.page.installabilityerror.errorid.md

14 lines
545 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [InstallabilityError](./puppeteer.protocol.page.installabilityerror.md) &gt; [errorId](./puppeteer.protocol.page.installabilityerror.errorid.md)
## Protocol.Page.InstallabilityError.errorId property
The error id (e.g. 'manifest-missing-suitable-icon').
<b>Signature:</b>
```typescript
errorId: string;
```