Constructor
new FetchError(id, navigation, redirectCount, request, timestamp, errorText)
Creates a new FetchError instance.
Parameters:
Name | Type | Description |
---|---|---|
id | string | The ID of the error. |
navigation | string | The navigation information. |
redirectCount | number | The number of redirects. |
request | RequestData | The request object. |
timestamp | number | The timestamp of the error. |
errorText | string | The error text. |
- Source
Extends
Members
errorText
Gets the error text.
- Source
id
Gets the browsing context ID of the network request.
- Overrides
- Source
navigation
Gets the navigation information associated with the network request.
- Overrides
- Source
redirectCount
Gets the number of redirects that occurred during the network request.
- Overrides
- Source
request
Gets the request data for the network request.
- Overrides
- Source
timestamp
Gets the timestamp of the network request.
- Overrides
- Source