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

22 lines
976 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)
## Protocol.Page.InstallabilityError interface
The installability error
<b>Signature:</b>
```typescript
export interface InstallabilityError
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [errorArguments](./puppeteer.protocol.page.installabilityerror.errorarguments.md) | [InstallabilityErrorArgument](./puppeteer.protocol.page.installabilityerrorargument.md)<!-- -->\[\] | The list of error arguments (e.g. {<!-- -->name:'minimum-icon-size-in-pixels', value:'64'<!-- -->}<!-- -->). |
| [errorId](./puppeteer.protocol.page.installabilityerror.errorid.md) | string | The error id (e.g. 'manifest-missing-suitable-icon'). |