Kotlin Class
class InvalidConfiguration(message: String) : CheckoutError
constructor(message: String)
open val cause: Throwable?
open val message: String?
Was this page helpful?