public enum ConfigErrorCode extends Enum<ConfigErrorCode>
| Enum Constant and Description | 
|---|
| INTERNALERROR | 
| INVALIDPARAMETER | 
| RESOURCENOTFOUND_ACCOUNTGROUPISNOTEXIST | 
| RESOURCENOTFOUND_RESOURCENOTEXIST | 
| RESOURCENOTFOUND_RULEISNOTEXIST | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static ConfigErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ConfigErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ConfigErrorCode INTERNALERROR
public static final ConfigErrorCode INVALIDPARAMETER
public static final ConfigErrorCode RESOURCENOTFOUND_ACCOUNTGROUPISNOTEXIST
public static final ConfigErrorCode RESOURCENOTFOUND_RESOURCENOTEXIST
public static final ConfigErrorCode RESOURCENOTFOUND_RULEISNOTEXIST
public static ConfigErrorCode[] values()
for (ConfigErrorCode c : ConfigErrorCode.values()) System.out.println(c);
public static ConfigErrorCode 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 © 2025. All rights reserved.