Class RuntimeErrorEvent
- java.lang.Object
-
- com.netcetera.threeds.sdk.api.transaction.challenge.events.RuntimeErrorEvent
-
public class RuntimeErrorEvent extends java.lang.ObjectClass for holding details of run-time errors that are encountered by the 3DS SDK during authentication.
-
-
Constructor Summary
Constructors Constructor Description RuntimeErrorEvent(java.lang.String errorCode, java.lang.String errorMessage)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()Returns the implementer-specific error code.java.lang.StringgetErrorMessage()Returns details about the error.java.lang.StringtoString()
-
-
-
Method Detail
-
getErrorCode
public java.lang.String getErrorCode()
Returns the implementer-specific error code.- Returns:
String
-
getErrorMessage
public java.lang.String getErrorMessage()
Returns details about the error.- Returns:
String
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-