mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Network > LoadingFailedEvent
Protocol.Network.LoadingFailedEvent interface
Fired when HTTP request has failed to load.
Signature:
export interface LoadingFailedEvent
Properties
| Property | Type | Description |
|---|---|---|
| blockedReason | BlockedReason | The reason why loading was blocked, if any. |
| canceled | boolean | True if loading was canceled. |
| errorText | string | User friendly error message. |
| requestId | RequestId | Request identifier. |
| timestamp | MonotonicTime | Timestamp. |
| type | ResourceType | Resource type. |