<!-- 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [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. |