RejectType | @uirouter/angular
Options
Menu

Enumeration RejectType

Index

Enumeration members

Enumeration members

ABORTED: = 3

The transition was aborted

The transition was aborted

The transition was aborted by a hook which returned false

ERROR: = 6

The transition errored.

The transition errored.

This generally means a hook threw an error or returned a rejected promise

IGNORED: = 5

The transition was ignored

The transition was ignored

The transition was ignored because it would have no effect.

Either:

  • The transition is targeting the current state and parameter values
  • The transition is targeting the same state and parameter values as the currently running transition.
INVALID: = 4

The transition was invalid

The transition was invalid

The transition was never started because it was invalid

SUPERSEDED: = 2

A new transition superseded this one.

A new transition superseded this one.

While this transition was running, a new transition started. This transition is cancelled because it was superseded by new transition.

Generated using TypeDoc