Package-level declarations

Types

Link copied to clipboard
open class CheckoutError @JvmOverloads constructor(val errorCode: String, message: String? = null, throwable: Throwable? = null) : Exception

Base class for all checkout errors