The transition was aborted
The transition was aborted by a hook which returned false
false
The transition errored.
This generally means a hook threw an error or returned a rejected promise
The transition was ignored
The transition was ignored because it would have no effect.
Either:
The transition was invalid
The transition was never started because it was invalid
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
The transition was aborted
The transition was aborted by a hook which returned
false