NavigationError

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

表示当导航出错时触发的事件。

class NavigationError extends RouterEvent { constructor(id: number, url: string, error: any) error: any toString(): string // 继承自 router/RouterEvent constructor(id: number, url: string) id: number url: string }

构造函数

constructor(id: number, url: string, error: any)

参数

id

Type: number.

url

Type: string.

error

Type: any.

属性

属性名类型说明
error声明于构造函数中

方法

toString(): string

参数

没有参数。

返回值

string