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 FAILEDOPERATION_TRANSACTIONEXCEPTION
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_MONITORDATAREQUESTERROR
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 LIMITEXCEEDED
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_DEVICENOTFOUND
public static final MnaErrorCode OPERATIONDENIED_DUPLICATESN
public static final MnaErrorCode OPERATIONDENIED_HARDWAREHASACTIVATED
public static final MnaErrorCode OPERATIONDENIED_HARDWARENOTEXIST
public static final MnaErrorCode OPERATIONDENIED_ILLEGALREQUEST
public static final MnaErrorCode OPERATIONDENIED_INSUFFICIENTBALANCE
public static final MnaErrorCode OPERATIONDENIED_L3CIDROVERLAP
public static final MnaErrorCode OPERATIONDENIED_L3CONNECTIONOVERSIZE
public static final MnaErrorCode OPERATIONDENIED_MODIFIEDORRENEWED
public static final MnaErrorCode OPERATIONDENIED_NOTALLOWEDTOPAY
public static final MnaErrorCode OPERATIONDENIED_REPEATPURCHASE
public static final MnaErrorCode OPERATIONDENIED_REQUESTQOSTIMEOUT
public static final MnaErrorCode OPERATIONDENIED_TRUNCFLAGON
public static final MnaErrorCode OPERATIONDENIED_UNAUTHORIZEDUSER
public static final MnaErrorCode OPERATIONDENIED_USERNONACCELERATED
public static final MnaErrorCode OPERATIONDENIED_USEROUTOFCOVERAGE
public static final MnaErrorCode OPERATIONDENIED_VENDORNOTREGISTER
public static final MnaErrorCode OPERATIONDENIED_VENDORRETURNERROR
public static final MnaErrorCode OPERATIONDENIED_VENDORSERVERERROR
public static final MnaErrorCode REQUESTLIMITEXCEEDED
public static final MnaErrorCode RESOURCEINUSE
public static final MnaErrorCode RESOURCENOTFOUND
public static final MnaErrorCode RESOURCEUNAVAILABLE
public static final MnaErrorCode UNAUTHORIZEDOPERATION
public static final MnaErrorCode UNAUTHORIZEDOPERATION_NOPERMISSION
public static final MnaErrorCode UNAUTHORIZEDOPERATION_UNOPENEDLIVESERVICE
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 © 2024. All rights reserved.