public enum IcErrorCode extends Enum<IcErrorCode>
| Enum Constant and Description | 
|---|
| FAILEDOPERATION | 
| INVALIDPARAMETER | 
| INVALIDPARAMETERVALUE | 
| RESOURCENOTFOUND | 
| RESOURCENOTFOUND_APPNOTFOUND | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static IcErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IcErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IcErrorCode FAILEDOPERATION
public static final IcErrorCode INVALIDPARAMETER
public static final IcErrorCode INVALIDPARAMETERVALUE
public static final IcErrorCode RESOURCENOTFOUND
public static final IcErrorCode RESOURCENOTFOUND_APPNOTFOUND
public static IcErrorCode[] values()
for (IcErrorCode c : IcErrorCode.values()) System.out.println(c);
public static IcErrorCode 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.