NonRecoverableError

class NonRecoverableError(val error: SDKTransactionError, val exception: Exception? = null) : SDKTransactionState

This state indicates that an error described by SDKTransactionError and a exception has occurred and its NotRecoverable Nothing can be done after the SDKTransactionIntent is in this state

Constructors

Link copied to clipboard
constructor(error: SDKTransactionError, exception: Exception? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val exception: Exception? = null

Functions

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