catch (onRejection, label) Promise
public
Forwards to the internal promise
property which you can use in situations where you want to pass around a thennable, but not the Transition itself.
Parameters:
-
onRejection
Function
-
label
String
- optional string for labeling the promise. Useful for tooling.
Returns:
-
Promise
Please login to continue.