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