FailureToUpdateReferenceId

data class FailureToUpdateReferenceId(val errorCause: String? = null) : WhitelabelPayError

Constructors

Link copied to clipboard
constructor(errorCause: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errorCause: String? = null
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.