2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: TimeoutError
|
|
|
|
---
|
|
|
|
# TimeoutError class
|
|
|
|
|
|
|
|
TimeoutError is emitted whenever certain operations are terminated due to timeout.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare class TimeoutError extends CustomError
|
|
|
|
```
|
|
|
|
**Extends:** [CustomError](./puppeteer.customerror.md)
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
Example operations are or [puppeteer.launch](./puppeteer.puppeteernode.launch.md).
|
|
|
|
|