public enum HaiErrorCode extends Enum<HaiErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static HaiErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaiErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaiErrorCode FAILEDOPERATION_ARREARSACCOUNTCANNOTRUNINSTANCES
public static final HaiErrorCode FAILEDOPERATION_OPERATEINSTANCEREPEATEDLY
public static final HaiErrorCode INTERNALERROR
public static final HaiErrorCode INVALIDPARAMETER_ATMOSTONE
public static final HaiErrorCode INVALIDPARAMETERVALUE
public static final HaiErrorCode INVALIDPARAMETERVALUE_APPLICATIONIDNOTFOUND
public static final HaiErrorCode INVALIDPARAMETERVALUE_BUNDLETYPENOTFOUND
public static final HaiErrorCode INVALIDPARAMETERVALUE_DUPLICATED
public static final HaiErrorCode INVALIDPARAMETERVALUE_INSTANCEIDNOTFOUND
public static final HaiErrorCode INVALIDPARAMETERVALUE_INSTANCENAMETOOLONG
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDAPPLICATIONIDMALFORMED
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDAPPLICATIONTYPE
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDINSTANCECOUNT
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDINSTANCEIDMALFORMED
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDORDER
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDORDERFIELD
public static final HaiErrorCode INVALIDPARAMETERVALUE_INVALIDSCENEIDMALFORMED
public static final HaiErrorCode INVALIDPARAMETERVALUE_REGIONINVALID
public static final HaiErrorCode LIMITEXCEEDED_SECURITYGROUPLIMITEXCEEDED
public static final HaiErrorCode LIMITEXCEEDED_VPCLIMITEXCEEDED
public static final HaiErrorCode OPERATIONDENIED_INSTANCEOPERATIONINPROGRESS
public static final HaiErrorCode RESOURCEINSUFFICIENT_BUNDLEINVENTORYSHORTAGE
public static final HaiErrorCode UNAUTHORIZEDOPERATION_GETROLEERROR
public static final HaiErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDNETWORKUSER
public static final HaiErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDUSER
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATEARREARS
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATELAUNCHFAILED
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATEPENDING
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATERUNNING
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATESTOPPEDNOCHARGE
public static final HaiErrorCode UNSUPPORTEDOPERATION_INSTANCESTATETERMINATED
public static HaiErrorCode[] values()
for (HaiErrorCode c : HaiErrorCode.values()) System.out.println(c);
public static HaiErrorCode 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.