API Documentation / NavigationRedirectError
Interface: NavigationRedirectError 
Internal error used to detect a redirection.
Hierarchy 
- Omit<- NavigationFailure,- "to"|- "type">- ↳ - NavigationRedirectError
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

