Skip to content

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;

ts
NAVIGATION_ABORTED: 4;

ts
NAVIGATION_CANCELLED: 8;

ts
NAVIGATION_DUPLICATED: 16;

ts
NAVIGATION_GUARD_REDIRECT: 2;

Released under the MIT License.