RequestErrorEvent

Class RequestErrorEvent

REQUEST_ERROR REQUEST_ERROR

Hierarchy

Constructors

  • 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: number
status: number
statusText: string
transactionCode?: string
transactionID?: number
type?: EventType