onForwardingFailure

onForwardingFailure invoked when the SDK encounters an error that is not specific to any particular PaymentIntent. For example, if the SDK fails to fetch a connection token as part of the forwarding process, this method will be called with an appropriate error.

Note that if an error is encountered during the course of forwarding a specific PaymentIntent, onPaymentIntentForwarded will be called with a non-null TerminalException argument.

Parameters

e

the unexpected error caught during the forwarding process.