public enum MnaErrorCode extends Enum<MnaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MnaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MnaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MnaErrorCode AUTHFAILURE
public static final MnaErrorCode INTERNALERROR
public static final MnaErrorCode INTERNALERROR_CONTROLREQUESTERROR
public static final MnaErrorCode INTERNALERROR_DUPLICATEDATAKEY
public static final MnaErrorCode INTERNALERROR_DUPLICATEDEVICENAME
public static final MnaErrorCode INTERNALERROR_FILEIOERROR
public static final MnaErrorCode INTERNALERROR_NETWORKINFOREQUESTERROR
public static final MnaErrorCode INTERNALERROR_UNDEFINEDENCRYPTEDKEY
public static final MnaErrorCode INVALIDPARAMETER
public static final MnaErrorCode INVALIDPARAMETERVALUE
public static final MnaErrorCode INVALIDPARAMETERVALUE_VENDORNOTFOUND
public static final MnaErrorCode MISSINGPARAMETER
public static final MnaErrorCode OPERATIONDENIED
public static final MnaErrorCode OPERATIONDENIED_ACCELERATIONNOTSUGGEST
public static final MnaErrorCode OPERATIONDENIED_CTCCTOKENEXPIRED
public static final MnaErrorCode OPERATIONDENIED_CREATEQOSEXCEEDLIMIT
public static final MnaErrorCode OPERATIONDENIED_REQUESTQOSTIMEOUT
public static final MnaErrorCode OPERATIONDENIED_USERNONACCELERATED
public static final MnaErrorCode OPERATIONDENIED_USEROUTOFCOVERAGE
public static final MnaErrorCode OPERATIONDENIED_VENDORRETURNERROR
public static final MnaErrorCode OPERATIONDENIED_VENDORSERVERERROR
public static final MnaErrorCode REQUESTLIMITEXCEEDED
public static final MnaErrorCode RESOURCEUNAVAILABLE
public static MnaErrorCode[] values()
for (MnaErrorCode c : MnaErrorCode.values()) System.out.println(c);
public static MnaErrorCode 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 getValue()
Copyright © 2022. All rights reserved.