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.

Inheritors

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