The transition was aborted.
The transition was aborted by a hook which returned 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 a new transition.
An object for Transition Rejection reasons.