puppeteer/docs/api/puppeteer.protocolerror.md

23 lines
759 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ProtocolError
---
# ProtocolError class
ProtocolError is emitted whenever there is an error from the protocol.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export declare class ProtocolError extends CustomError
```
**Extends:** [CustomError](./puppeteer.customerror.md)
## Properties
| Property | Modifiers | Type | Description |
| --------------------------------------------------------------- | --------- | ------------------- | ----------- |
| [code](./puppeteer.protocolerror.code.md) | | number \| undefined | |
| [originalMessage](./puppeteer.protocolerror.originalmessage.md) | | string | |