public enum LkeErrorCode extends Enum<LkeErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getValue()  | 
static LkeErrorCode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LkeErrorCode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final LkeErrorCode FAILEDOPERATION
public static final LkeErrorCode FAILEDOPERATION_DOWNLOADERROR
public static final LkeErrorCode FAILEDOPERATION_FILEDECODEFAILED
public static final LkeErrorCode FAILEDOPERATION_IMAGEDECODEFAILED
public static final LkeErrorCode FAILEDOPERATION_UNKNOWERROR
public static final LkeErrorCode FAILEDOPERATION_UNKNOWFILETYPEERROR
public static final LkeErrorCode FAILEDOPERATION_UNOPENERROR
public static final LkeErrorCode INVALIDPARAMETER
public static final LkeErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUELIMIT
public static final LkeErrorCode LIMITEXCEEDED_TOOLARGEFILEERROR
public static final LkeErrorCode MISSINGPARAMETER
public static final LkeErrorCode RESOURCEUNAVAILABLE_INARREARS
public static final LkeErrorCode RESOURCEUNAVAILABLE_RESOURCEPACKAGERUNOUT
public static final LkeErrorCode RESOURCESSOLDOUT_CHARGESTATUSEXCEPTION
public static LkeErrorCode[] values()
for (LkeErrorCode c : LkeErrorCode.values()) System.out.println(c);
public static LkeErrorCode 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.