Package com.adyen.threeds2
Interface ErrorMessage
-
- All Implemented Interfaces:
public interface ErrorMessageThis interface represents an error message that is returned by the ACS to the 3DS SDK or an error message that is generated by the 3DS SDK to be returned to the ACS.
Created by Ran Haveshush on 24/08/2018.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTransactionID()abstract StringgetErrorCode()abstract StringgetErrorDescription()abstract StringgetErrorDetails()-
-
Method Detail
-
getTransactionID
abstract String getTransactionID()
- Returns:
The Transaction ID.
-
getErrorCode
abstract String getErrorCode()
- Returns:
The error code.
-
getErrorDescription
abstract String getErrorDescription()
- Returns:
The error description.
-
getErrorDetails
abstract String getErrorDetails()
- Returns:
The error details.
-
-
-
-