public enum TcaplusdbErrorCode extends Enum<TcaplusdbErrorCode>
限定符和类型 | 方法和说明 |
---|---|
String |
getValue() |
static TcaplusdbErrorCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TcaplusdbErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TcaplusdbErrorCode AUTHFAILURE
public static final TcaplusdbErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final TcaplusdbErrorCode FAILEDOPERATION
public static final TcaplusdbErrorCode FAILEDOPERATION_OLDPASSWORDHASEXPIRED
public static final TcaplusdbErrorCode FAILEDOPERATION_OLDPASSWORDINUSE
public static final TcaplusdbErrorCode FAILEDOPERATION_PASSWORDFAILURE
public static final TcaplusdbErrorCode FAILEDOPERATION_REGIONMISMATCH
public static final TcaplusdbErrorCode INTERNALERROR
public static final TcaplusdbErrorCode INVALIDPARAMETER
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDAPPNAME
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDCLUSTERNAME
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDTABLEGROUPNAME
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDTIMEVALUE
public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_UNSUPPORTIDLTYPE
public static final TcaplusdbErrorCode LIMITEXCEEDED
public static final TcaplusdbErrorCode MISSINGPARAMETER
public static final TcaplusdbErrorCode OPERATIONDENIED
public static final TcaplusdbErrorCode RESOURCEINUSE
public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT
public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_BALANCEERROR
public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOAVAILABLEAPP
public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOAVAILABLECLUSTER
public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOENOUGHVIPINVPC
public static final TcaplusdbErrorCode RESOURCENOTFOUND
public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE
public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATECLUSTERNAME
public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPINFO
public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPNAME
public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_NOAVAILABLETABLEGROUP
public static final TcaplusdbErrorCode UNAUTHORIZEDOPERATION
public static final TcaplusdbErrorCode UNSUPPORTEDOPERATION
public static TcaplusdbErrorCode[] values()
for (TcaplusdbErrorCode c : TcaplusdbErrorCode.values()) System.out.println(c);
public static TcaplusdbErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.