mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
789 B
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;