public enum KeewidbErrorCode extends Enum<KeewidbErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static KeewidbErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeewidbErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeewidbErrorCode FAILEDOPERATION_ADDINSTANCEINFOFAILED
public static final KeewidbErrorCode FAILEDOPERATION_ASSOCIATESECURITYGROUPSFAILED
public static final KeewidbErrorCode FAILEDOPERATION_CLEARINSTANCEINFOFAILED
public static final KeewidbErrorCode FAILEDOPERATION_DISASSOCIATESECURITYGROUPSFAILED
public static final KeewidbErrorCode FAILEDOPERATION_DTSSTATUSABNORMAL
public static final KeewidbErrorCode FAILEDOPERATION_GETSECURITYGROUPDETAILFAILED
public static final KeewidbErrorCode FAILEDOPERATION_SETRULELOCATIONFAILED
public static final KeewidbErrorCode FAILEDOPERATION_SYSTEMERROR
public static final KeewidbErrorCode FAILEDOPERATION_UNSUPPORTERROR
public static final KeewidbErrorCode FAILEDOPERATION_UNKNOWN
public static final KeewidbErrorCode FAILEDOPERATION_UPDATEINSTANCEINFOFAILED
public static final KeewidbErrorCode FAILEDOPERATION_UPDATESECURITYGROUPSFAILED
public static final KeewidbErrorCode INTERNALERROR_CAMAUTHOSSRESPONSERETURNCODEERROR
public static final KeewidbErrorCode INTERNALERROR_DBOPERATIONFAILED
public static final KeewidbErrorCode INTERNALERROR_EXECHTTPREQUESTERROR
public static final KeewidbErrorCode INTERNALERROR_INSTANCEOPERATEPERMISSIONERROR
public static final KeewidbErrorCode INTERNALERROR_INTERNALERROR
public static final KeewidbErrorCode INTERNALERROR_LISTINSTANCESERROR
public static final KeewidbErrorCode INTERNALERROR_NETWORKERR
public static final KeewidbErrorCode INVALIDPARAMETER
public static final KeewidbErrorCode INVALIDPARAMETER_EMPTYPARAM
public static final KeewidbErrorCode INVALIDPARAMETER_ILLEGALPARAMETERERROR
public static final KeewidbErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final KeewidbErrorCode INVALIDPARAMETER_NOTSUPPORTED
public static final KeewidbErrorCode INVALIDPARAMETER_PERIOD
public static final KeewidbErrorCode INVALIDPARAMETER_PERMISSIONDENIED
public static final KeewidbErrorCode INVALIDPARAMETER_SPECNOTSUPPORTED
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_PASSWORDEMPTY
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_PASSWORDERROR
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_PASSWORDFREEDENIED
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_PASSWORDRULEERROR
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDTYPE
public static final KeewidbErrorCode INVALIDPARAMETERVALUE_WEEKDAYSISINVALID
public static final KeewidbErrorCode LIMITEXCEEDED_INVALIDSIZE
public static final KeewidbErrorCode RESOURCEINSUFFICIENT
public static final KeewidbErrorCode RESOURCENOTFOUND_INSTANCENOTEXISTS
public static final KeewidbErrorCode RESOURCENOTFOUND_INSTANCENOTFOUND
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_CALLOSSERROR
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_INSTANCECONFERROR
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_INSTANCELOCKEDERROR
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_INSTANCESTATEERROR
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSABNORMAL
public static final KeewidbErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSERROR
public static final KeewidbErrorCode UNAUTHORIZEDOPERATION
public static final KeewidbErrorCode UNAUTHORIZEDOPERATION_USERNOTINWHITELIST
public static final KeewidbErrorCode UNSUPPORTEDOPERATION
public static final KeewidbErrorCode UNSUPPORTEDOPERATION_ISAUTORENEWERROR
public static KeewidbErrorCode[] values()
for (KeewidbErrorCode c : KeewidbErrorCode.values()) System.out.println(c);
public static KeewidbErrorCode 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 © 2024. All rights reserved.