FramesError

open class FramesError @JvmOverloads constructor(val errorCode: String, @StringRes val localizedMessage: Int, message: String? = null, throwable: Throwable? = null) : CheckoutError

Constructors

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

Properties

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