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_FILEPARSEERROR
public static final LkeapErrorCode FAILEDOPERATION_FILEPARSETIMEOUT
public static final LkeapErrorCode FAILEDOPERATION_INTERNALERROR
public static final LkeapErrorCode INTERNALERROR
public static final LkeapErrorCode INVALIDPARAMETER
public static final LkeapErrorCode INVALIDPARAMETER_FILEURLINVALID
public static final LkeapErrorCode INVALIDPARAMETER_INVALIDFILEFORMAT
public static final LkeapErrorCode INVALIDPARAMETER_INVALIDFILETYPE
public static final LkeapErrorCode LIMITEXCEEDED_EXCEEDEDMAXPAGESERROR
public static final LkeapErrorCode LIMITEXCEEDED_TOOLARGEFILEERROR
public static final LkeapErrorCode REQUESTLIMITEXCEEDED
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.