public static enum ErrorDetail.ErrorType extends Enum<ErrorDetail.ErrorType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ErrorDetail.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDetail.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDetail.ErrorType DUPLICATE_RECORD
public static final ErrorDetail.ErrorType FORMAT_ERROR
public static final ErrorDetail.ErrorType FUNCTION_NOT_SUPPORTED
public static final ErrorDetail.ErrorType GENERAL_ERROR
public static final ErrorDetail.ErrorType INVALID_AMOUNT
public static final ErrorDetail.ErrorType ROUTING_ERROR
public static final ErrorDetail.ErrorType TRANSACTION_NOT_SUPPORTED
public static final ErrorDetail.ErrorType UNABLE_TO_LOCATE_RECORD
public static final ErrorDetail.ErrorType UPSTREAM_UNAVAILABLE
public static final ErrorDetail.ErrorType UNKNOWN_METER_ID
public static final ErrorDetail.ErrorType TRANSACTION_DECLINED
public static final ErrorDetail.ErrorType INVALID_MERCHANT
public static final ErrorDetail.ErrorType INVALID_AN32_TOKEN
public static final ErrorDetail.ErrorType DO_NOT_HONOR
public static final ErrorDetail.ErrorType INVALID_MSISDN
public static final ErrorDetail.ErrorType INVALID_LOYALTY_CARD
public static ErrorDetail.ErrorType[] values()
for (ErrorDetail.ErrorType c : ErrorDetail.ErrorType.values()) System.out.println(c);
public static ErrorDetail.ErrorType 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 nullpublic String toString()
toString in class Enum<ErrorDetail.ErrorType>Copyright © 2018. All rights reserved.