public enum BmaErrorCode extends Enum<BmaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BmaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BmaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BmaErrorCode AUTHFAILURE
public static final BmaErrorCode DRYRUNOPERATION
public static final BmaErrorCode FAILEDOPERATION
public static final BmaErrorCode FAILEDOPERATION_COMPANYNAMEWRONG
public static final BmaErrorCode FAILEDOPERATION_EXISTCOMPANY
public static final BmaErrorCode FAILEDOPERATION_EXISTDETECTTARGET
public static final BmaErrorCode FAILEDOPERATION_EXISTSOFTWARE
public static final BmaErrorCode FAILEDOPERATION_REUSERESOURCE
public static final BmaErrorCode FAILEDOPERATION_SMSVERIFY
public static final BmaErrorCode FAILEDOPERATION_UNUSABLERESOURCE
public static final BmaErrorCode INTERNALERROR
public static final BmaErrorCode INTERNALERROR_SMSVERIFY
public static final BmaErrorCode INVALIDACTION
public static final BmaErrorCode INVALIDPARAMETER
public static final BmaErrorCode INVALIDPARAMETER_PRIVACYTEXTISNOTUTF8
public static final BmaErrorCode INVALIDPARAMETER_PRIVACYTEXTURL
public static final BmaErrorCode INVALIDPARAMETER_SOFTWAREURL
public static final BmaErrorCode INVALIDPARAMETERVALUE
public static final BmaErrorCode LIMITEXCEEDED
public static final BmaErrorCode MISSINGPARAMETER
public static final BmaErrorCode NOSUCHVERSION
public static final BmaErrorCode OPERATIONDENIED
public static final BmaErrorCode REQUESTLIMITEXCEEDED
public static final BmaErrorCode RESOURCEINUSE
public static final BmaErrorCode RESOURCEINSUFFICIENT
public static final BmaErrorCode RESOURCENOTFOUND
public static final BmaErrorCode RESOURCEUNAVAILABLE
public static final BmaErrorCode RESOURCESSOLDOUT
public static final BmaErrorCode UNAUTHORIZEDOPERATION
public static final BmaErrorCode UNKNOWNPARAMETER
public static final BmaErrorCode UNSUPPORTEDOPERATION
public static final BmaErrorCode UNSUPPORTEDREGION
public static BmaErrorCode[] values()
for (BmaErrorCode c : BmaErrorCode.values()) System.out.println(c);
public static BmaErrorCode 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 © 2023. All rights reserved.