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;