public enum EsErrorCode extends Enum<EsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static EsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsErrorCode AUTHFAILURE
public static final EsErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final EsErrorCode FAILEDOPERATION
public static final EsErrorCode FAILEDOPERATION_CLUSTERRESOURCELIMITERROR
public static final EsErrorCode FAILEDOPERATION_DISKCOUNTPARAMERROR
public static final EsErrorCode FAILEDOPERATION_ERRORCLUSTERSTATE
public static final EsErrorCode FAILEDOPERATION_ERRORCLUSTERSTATENOREPLICATION
public static final EsErrorCode FAILEDOPERATION_ERRORCLUSTERSTATEUNHEALTH
public static final EsErrorCode FAILEDOPERATION_NOPAYMENT
public static final EsErrorCode FAILEDOPERATION_NOTAUTHENTICATED
public static final EsErrorCode FAILEDOPERATION_UNSUPPORTRESETNODETYPEANDSCALEOUTDISK
public static final EsErrorCode FAILEDOPERATION_UNSUPPORTRESETSCALEDOWNANDMODIFYDISK
public static final EsErrorCode FAILEDOPERATION_UNSUPPORTREVERSEREGULATIONNODETYPEANDDISK
public static final EsErrorCode INTERNALERROR
public static final EsErrorCode INVALIDPARAMETER
public static final EsErrorCode INVALIDPARAMETERVALUE
public static final EsErrorCode MISSINGPARAMETER
public static final EsErrorCode REQUESTLIMITEXCEEDED
public static final EsErrorCode RESOURCEINUSE
public static final EsErrorCode RESOURCEINSUFFICIENT
public static final EsErrorCode RESOURCEINSUFFICIENT_BALANCE
public static final EsErrorCode RESOURCEINSUFFICIENT_HIDDENZONE
public static final EsErrorCode RESOURCEINSUFFICIENT_SUBNET
public static final EsErrorCode RESOURCENOTFOUND
public static final EsErrorCode RESOURCEUNAVAILABLE
public static final EsErrorCode RESOURCESSOLDOUT
public static final EsErrorCode UNAUTHORIZEDOPERATION
public static final EsErrorCode UNKNOWNPARAMETER
public static final EsErrorCode UNSUPPORTEDOPERATION
public static EsErrorCode[] values()
for (EsErrorCode c : EsErrorCode.values()) System.out.println(c);
public static EsErrorCode 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 © 2022. All rights reserved.