public static enum AsmServicesWs.TransactionResultCode extends Enum<AsmServicesWs.TransactionResultCode>
Enum Constant and Description |
---|
APP_DISCONNECTED
The device was disconnect during the transaction.
|
CANCELLED_BY_USER
The user cancelled the transaction.
|
CONNECTION_LOST
Sending data to client failed because TCP is down between server and client.
|
DEVICE_GO_ONLINE_TIMEOUT
The transaction was removed by the system, because the user took too long to login with the device.
|
FAILED
The transaction failed due to unexpected errors
|
FAILED_SIGNATURE_NOT_VERIFIED
The transaction signature could not be verified.
|
INVALID_PARAMETER
An input parameter was invalid.
|
INVALID_PIN
The user had to enter the PIN but he entered the wrong PIN.
|
OK
The transaction was completed successfully.
|
RESULT_REQUEST_TIMEOUT
Deprecated.
- not used
|
TEMPLATE_RESOLUTION_FAILED
The transaction template could not be resolved.
|
TRANSACTION_TIMED_OUT
The transaction was removed by the system, because it timed out.
|
USER_CONFIRMATION_TIMEOUT
The user did not confirm the transaction within the configured time.
|
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.TransactionResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.TransactionResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.TransactionResultCode OK
public static final AsmServicesWs.TransactionResultCode CANCELLED_BY_USER
public static final AsmServicesWs.TransactionResultCode USER_CONFIRMATION_TIMEOUT
public static final AsmServicesWs.TransactionResultCode TRANSACTION_TIMED_OUT
public static final AsmServicesWs.TransactionResultCode DEVICE_GO_ONLINE_TIMEOUT
@Deprecated public static final AsmServicesWs.TransactionResultCode RESULT_REQUEST_TIMEOUT
public static final AsmServicesWs.TransactionResultCode INVALID_PIN
public static final AsmServicesWs.TransactionResultCode INVALID_PARAMETER
public static final AsmServicesWs.TransactionResultCode FAILED_SIGNATURE_NOT_VERIFIED
public static final AsmServicesWs.TransactionResultCode FAILED
public static final AsmServicesWs.TransactionResultCode APP_DISCONNECTED
public static final AsmServicesWs.TransactionResultCode TEMPLATE_RESOLUTION_FAILED
public static final AsmServicesWs.TransactionResultCode CONNECTION_LOST
public static AsmServicesWs.TransactionResultCode[] values()
for (AsmServicesWs.TransactionResultCode c : AsmServicesWs.TransactionResultCode.values()) System.out.println(c);
public static AsmServicesWs.TransactionResultCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.