Skip to content

API DocumentationDocs


API Documentation / NavigationRedirectError

Interface: NavigationRedirectError

Internal

Internal error used to detect a redirection.

Extends

Properties

cause?

optional cause: unknown

Inherited from

Omit.cause


from

from: RouteLocationNormalizedGeneric

Route location we were navigating from

Inherited from

Omit.from


message

message: string

Inherited from

Omit.message


name

name: string

Inherited from

Omit.name


stack?

optional stack: string

Inherited from

Omit.stack


to

to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric


type

type: NAVIGATION_GUARD_REDIRECT

Released under the MIT License.