14 lines
545 B
Markdown
14 lines
545 B
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) > [InstallabilityError](./puppeteer.protocol.page.installabilityerror.md) > [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;
|
|
```
|