CheckoutError

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

Base class for all checkout errors

Inheritors

Constructors

Link copied to clipboard
constructor(errorCode: String, message: String? = null, throwable: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val errorCode: String
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