CheckoutException
open class CheckoutException @JvmOverloads constructor(errorMessage: String, cause: Throwable? = null) : RuntimeException
Exception generated by Checkout to indicate an error. Usually related to an implementation error.