NavigationFailure Interface

Extended Error that contains extra information regarding a failed navigation.

Hierarchy

  • Error
    NavigationFailure

Properties

cause

Optional cause: unknown

Inherited from

Error.cause


from

from: RouteLocationNormalized

我们导航的路线位置


message

message: string

Inherited from

Error.message


name

name: string

Inherited from

Error.name


stack

Optional stack: string

Inherited from

Error.stack


to

to: RouteLocationNormalized

我们导航到的路线位置


type

type: NAVIGATION_ABORTED | NAVIGATION_CANCELLED | NAVIGATION_DUPLICATED

导航类型。 NavigationFailureType 之一