vue-router / ErrorTypes
ErrorTypes
Internal
Flags so we can combine them when checking for multiple errors. This is the internal version of NavigationFailureType.
Enumeration Members
MATCHER_NOT_FOUND
ts
MATCHER_NOT_FOUND: 1;
NAVIGATION_ABORTED
ts
NAVIGATION_ABORTED: 4;
NAVIGATION_CANCELLED
ts
NAVIGATION_CANCELLED: 8;
NAVIGATION_DUPLICATED
ts
NAVIGATION_DUPLICATED: 16;
NAVIGATION_GUARD_REDIRECT
ts
NAVIGATION_GUARD_REDIRECT: 2;