RequestErrorEvent#
Class RequestErrorEvent
Hierarchy
- WebVisEvent
- RequestErrorEvent
Index
Constructors
Properties
Constructors
constructor
- new
Request Error Event(status: number, statusText: string, url: string): RequestErrorEvent -
The RequestErrorEvent occurs if an internal network request fails.
Parameters
-
status: number
Status code of the failed request.
-
statusText: string
Status text of the failed request.
-
url: string
Requested URL of the failed Request.
Returns RequestErrorEvent
-
Properties
id
id: number
status
status: number
status Text
status Text: string
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
REQUEST_ERROR REQUEST_ERROR