puppeteer/docs/api/puppeteer.puppeteererrors.md
2022-07-05 15:41:43 +02:00

19 lines
740 B
Markdown

---
sidebar_label: PuppeteerErrors
---
# PuppeteerErrors interface
**Signature:**
```typescript
export interface PuppeteerErrors
```
## Properties
| Property | Modifiers | Type | Description |
| ------------------------------------------------------------- | --------- | ---------------------------------------------------- | ----------- |
| [ProtocolError](./puppeteer.puppeteererrors.protocolerror.md) | | typeof [ProtocolError](./puppeteer.protocolerror.md) | |
| [TimeoutError](./puppeteer.puppeteererrors.timeouterror.md) | | typeof [TimeoutError](./puppeteer.timeouterror.md) | |