PaymentMeanDeletionError

data class PaymentMeanDeletionError(val errorCause: String?) : WhitelabelPayError

Thrown when trying to delete a payment means. Make sure to check the associated value error for more details.

Constructors

Link copied to clipboard
constructor(errorCause: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
open override fun message(): String

Function that provides the error message text.