NonRecoverableError

class NonRecoverableError(val error: SDKV1TransactionError, val exception: Exception? = null) : SDKV1TransactionState

This state indicates that an error described by SDKV1TransactionError 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: SDKV1TransactionError, exception: Exception? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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