puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.errorreason.md
2020-07-13 14:01:35 +01:00

789 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > errorReason

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:

errorReason?: ErrorReason;