ComponentException

open class ComponentException(errorMessage: String, cause: Throwable? = null) : CheckoutException

Exception generated by the Checkout components to indicate an error. Usually related to an implementation error.

Constructors

Link copied to clipboard
constructor(errorMessage: String, cause: Throwable? = null)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard