mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
896 B
Markdown
20 lines
896 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FailRequestRequest](./puppeteer.protocol.fetch.failrequestrequest.md)
|
||
|
|
||
|
## Protocol.Fetch.FailRequestRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface FailRequestRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [errorReason](./puppeteer.protocol.fetch.failrequestrequest.errorreason.md) | [Network.ErrorReason](./puppeteer.protocol.network.errorreason.md) | Causes the request to fail with the given reason. |
|
||
|
| [requestId](./puppeteer.protocol.fetch.failrequestrequest.requestid.md) | [RequestId](./puppeteer.protocol.fetch.requestid.md) | An id the client received in requestPaused event. |
|
||
|
|