[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 Signature: ```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. |