WrongNotificationType

data class WrongNotificationType(val notificationType: String?) : WhitelabelPayError

Thrown when the wrong notification type string is passed to WhitelabelPay.handleNotification.

Constructors

Link copied to clipboard
constructor(notificationType: String?)

Properties

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

Functions

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

Function that provides the error message text.