public enum ControlcenterErrorCode extends Enum<ControlcenterErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ControlcenterErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlcenterErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlcenterErrorCode FAILEDOPERATION_AFREQUIREDITEMNOTSELECT
public static final ControlcenterErrorCode FAILEDOPERATION_ACCOUNTFACTORYMEMBERUINNUMEXCEED
public static final ControlcenterErrorCode FAILEDOPERATION_ACCOUNTFACTORYTASKISDEPLOYING
public static final ControlcenterErrorCode FAILEDOPERATION_CONTROLCENTERNOTOPEN
public static final ControlcenterErrorCode FAILEDOPERATION_DBOPERATIONERROR
public static final ControlcenterErrorCode FAILEDOPERATION_DEPENDONITEMNOTDEPLOY
public static final ControlcenterErrorCode FAILEDOPERATION_REMOTECALLERROR
public static final ControlcenterErrorCode RESOURCENOTFOUND_ACCOUNTFACTORYBASELINENOTEXIST
public static final ControlcenterErrorCode RESOURCENOTFOUND_ACCOUNTFACTORYITEMNOTCONFIG
public static final ControlcenterErrorCode RESOURCENOTFOUND_ACCOUNTFACTORYITEMNOTEXIST
public static ControlcenterErrorCode[] values()
for (ControlcenterErrorCode c : ControlcenterErrorCode.values()) System.out.println(c);
public static ControlcenterErrorCode 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.