public enum CdcErrorCode extends Enum<CdcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CdcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdcErrorCode FAILEDOPERATION_FAILDELETESITE
public static final CdcErrorCode INVALIDPARAMETER_INSTANCETYPENOTSUPPORT
public static final CdcErrorCode INVALIDPARAMETERVALUE
public static final CdcErrorCode INVALIDPARAMETERVALUE_INVALIDAPPIDFORMAT
public static final CdcErrorCode INVALIDPARAMETERVALUE_INVALIDVALUEDEDICATEDCLUSTERCOSSIZE
public static final CdcErrorCode INVALIDPARAMETERVALUE_INVALIDVALUEDEDICATEDCLUSTERDATASTEPSIZE
public static final CdcErrorCode INVALIDPARAMETERVALUE_INVALIDVALUEREGION
public static final CdcErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final CdcErrorCode INVALIDPARAMETERVALUE_TOOLONG
public static final CdcErrorCode INVALIDPARAMETERVALUE_ZONEMISMATCHREGION
public static final CdcErrorCode INVALIDPARAMETERVALUE_ZONENOTSUPPORTED
public static final CdcErrorCode MISSINGPARAMETER
public static final CdcErrorCode MISSINGPARAMETER_ATLEASTONE
public static final CdcErrorCode RESOURCEINSUFFICIENT_CLOUDDISKUNAVAILABLE
public static final CdcErrorCode RESOURCENOTFOUND_INVALIDDEDICATEDCLUSTERID
public static final CdcErrorCode RESOURCENOTFOUND_INVALIDDEDICATEDCLUSTERORDERID
public static final CdcErrorCode RESOURCENOTFOUND_INVALIDDEDICATEDCLUSTERTYPEID
public static final CdcErrorCode RESOURCENOTFOUND_INVALIDSITEID
public static final CdcErrorCode UNSUPPORTEDOPERATION_NONCUSTOMERAPPIDNOTSUPPORT
public static CdcErrorCode[] values()
for (CdcErrorCode c : CdcErrorCode.values()) System.out.println(c);
public static CdcErrorCode 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.