Skip to content

vue-router / NavigationRedirectError

NavigationRedirectError ​

Internal

Internal error used to detect a redirection.

Extends ​

Properties ​

cause? ​

ts
optional cause?: unknown;

Inherited from ​

NavigationFailure.cause


from ​

ts
from: RouteLocationNormalizedGeneric;

Route location we were navigating from

Inherited from ​

NavigationFailure.from


message ​

ts
message: string;

Inherited from ​

NavigationFailure.message


name ​

ts
name: string;

Inherited from ​

NavigationFailure.name


stack? ​

ts
optional stack?: string;

Inherited from ​

NavigationFailure.stack


to ​

ts
to: 
  | string
  | RouteLocationAsRelativeGeneric
  | RouteLocationAsPathGeneric;

type ​

ts
type: NAVIGATION_GUARD_REDIRECT;

Released under the MIT License.