896 B
896 B
Home > puppeteer > Protocol > Fetch > FailRequestRequest
Protocol.Fetch.FailRequestRequest interface
Signature:
export interface FailRequestRequest
Properties
Property | Type | Description |
---|---|---|
errorReason | Network.ErrorReason | Causes the request to fail with the given reason. |
requestId | RequestId | An id the client received in requestPaused event. |