ThreeDSCancelledException

class ThreeDSCancelledException(message: String = "3DS has been cancelled!") : AirwallexException

Exception thrown when user cancels 3D Secure authentication

Constructors

Link copied to clipboard
constructor(message: String = "3DS has been cancelled!")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String