Card Exception
An Exception indicating that there is a problem with the card used for the request. Card errors are the most common type of error that need to be handled. They occur when the user enters a card that can't be charged for some reason.
Constructors
CardException
Link copied to clipboard
fun CardException(message: String?, type: CardErrorType, declineCode: String?, charge: String?)
Content copied to clipboard
Create an instance of this class with the given message
CardException
Link copied to clipboard
fun CardException(throwable: Throwable, type: CardErrorType, declineCode: String?, charge: String?)
Content copied to clipboard
Create an instance of this class with the given throwable