NavigationError

NavigationError

Stable Class

What it does

Represents an event triggered when a navigation fails due to an unexpected error.

Class Overview

class NavigationError {
  constructor(id: number, url: string, error: any)
  
  
  id : number
  url : string
  error : any
  toString() : string
}

Class Description