[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) > [errorReason](./puppeteer.protocol.network.continueinterceptedrequestrequest.errorreason.md) ## Protocol.Network.ContinueInterceptedRequestRequest.errorReason property If set this causes the request to fail with the given reason. Passing `Aborted` for requests marked with `isNavigationRequest` also cancels the navigation. Must not be set in response to an authChallenge. Signature: ```typescript errorReason?: ErrorReason; ```