KeyGenerationFailure

data class KeyGenerationFailure(val key: String, val errorCause: String?) : WhitelabelPayError

This error case can occur in WhitelabelPayImplementation initialisation process.

Parameters

errorCause

a string detailing the cause of the error

Constructors

Link copied to clipboard
constructor(key: String, errorCause: String?)

Properties

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