RuntimeErrorEvent

data class RuntimeErrorEvent(val errorCode: String, val errorMessage: String) : Parcelable

The com.ults.samplesdk.RuntimeErrorEvent class shall hold details of run-time errors that are encountered by the 3DS SDK during authentication.

Note: A run-time error is not the same as a protocol error. For information about protocol errors, refer to Class ProtocolErrorEvent.

The implementer shall incorporate code that handles run-time errors. The following are examples of run-time errors:

  • ACS is unreachable.

  • Unparseable message.

  • Network issues.

Constructors

Link copied to clipboard
constructor(errorCode: String, errorMessage: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)