public enum RedisErrorCode extends Enum<RedisErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static RedisErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisErrorCode AUTHFAILURE
public static final RedisErrorCode AUTHFAILURE_INVALIDAUTHORIZATION
public static final RedisErrorCode FAILEDOPERATION_ADDINSTANCEINFOFAILED
public static final RedisErrorCode FAILEDOPERATION_ASSOCIATESECURITYGROUPSFAILED
public static final RedisErrorCode FAILEDOPERATION_CLEARINSTANCEINFOFAILED
public static final RedisErrorCode FAILEDOPERATION_COMMITFLOWERROR
public static final RedisErrorCode FAILEDOPERATION_DISASSOCIATESECURITYGROUPSFAILED
public static final RedisErrorCode FAILEDOPERATION_DTSSTATUSABNORMAL
public static final RedisErrorCode FAILEDOPERATION_FLOWNOTEXISTS
public static final RedisErrorCode FAILEDOPERATION_GETSECURITYGROUPDETAILFAILED
public static final RedisErrorCode FAILEDOPERATION_PAYFAILED
public static final RedisErrorCode FAILEDOPERATION_REDOFLOWFAILED
public static final RedisErrorCode FAILEDOPERATION_SETRULELOCATIONFAILED
public static final RedisErrorCode FAILEDOPERATION_SYSTEMERROR
public static final RedisErrorCode FAILEDOPERATION_UNSUPPORTERROR
public static final RedisErrorCode FAILEDOPERATION_UNKNOWN
public static final RedisErrorCode FAILEDOPERATION_UPDATEINSTANCEINFOFAILED
public static final RedisErrorCode FAILEDOPERATION_UPDATESECURITYGROUPSFAILED
public static final RedisErrorCode INTERNALERROR_CAMAUTHOSSRESPONSERETURNCODEERROR
public static final RedisErrorCode INTERNALERROR_DBOPERATIONFAILED
public static final RedisErrorCode INTERNALERROR_EXECHTTPREQUESTERROR
public static final RedisErrorCode INTERNALERROR_INSTANCEOPERATEPERMISSIONERROR
public static final RedisErrorCode INTERNALERROR_INTERNALERROR
public static final RedisErrorCode INTERNALERROR_LISTINSTANCESERROR
public static final RedisErrorCode INTERNALERROR_NETWORKERR
public static final RedisErrorCode INVALIDPARAMETER
public static final RedisErrorCode INVALIDPARAMETER_ACTIONNOTFOUND
public static final RedisErrorCode INVALIDPARAMETER_EMPTYPARAM
public static final RedisErrorCode INVALIDPARAMETER_ILLEGALPARAMETERERROR
public static final RedisErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final RedisErrorCode INVALIDPARAMETER_NOTSUPPORTED
public static final RedisErrorCode INVALIDPARAMETER_ONLYVPCONSPECZONEID
public static final RedisErrorCode INVALIDPARAMETER_PERIOD
public static final RedisErrorCode INVALIDPARAMETER_PERMISSIONDENIED
public static final RedisErrorCode INVALIDPARAMETERVALUE
public static final RedisErrorCode INVALIDPARAMETERVALUE_BACKUPNOTEXISTS
public static final RedisErrorCode INVALIDPARAMETERVALUE_BASENETWORKACCESSDENY
public static final RedisErrorCode INVALIDPARAMETERVALUE_CHECKNOTPASS
public static final RedisErrorCode INVALIDPARAMETERVALUE_INSTANCENAMERULEERROR
public static final RedisErrorCode INVALIDPARAMETERVALUE_INVALIDINSTANCETYPEID
public static final RedisErrorCode INVALIDPARAMETERVALUE_INVALIDSUBNETID
public static final RedisErrorCode INVALIDPARAMETERVALUE_MEMSIZENOTINRANGE
public static final RedisErrorCode INVALIDPARAMETERVALUE_NOTREPEATBIND
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDEMPTY
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDERROR
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDFREEDENIED
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDRULEERROR
public static final RedisErrorCode INVALIDPARAMETERVALUE_REDUCECAPACITYNOTALLOWED
public static final RedisErrorCode INVALIDPARAMETERVALUE_REPLICATIONGROUPNOTEXISTS
public static final RedisErrorCode INVALIDPARAMETERVALUE_SECURITYGROUPIDSNOTEXISTS
public static final RedisErrorCode INVALIDPARAMETERVALUE_SPECNOTEXIST
public static final RedisErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDTYPE
public static final RedisErrorCode INVALIDPARAMETERVALUE_UNVPCIDNOTEXISTS
public static final RedisErrorCode INVALIDPARAMETERVALUE_WEEKDAYSISINVALID
public static final RedisErrorCode LIMITEXCEEDED
public static final RedisErrorCode LIMITEXCEEDED_EXCEEDUPPERLIMIT
public static final RedisErrorCode LIMITEXCEEDED_INSTANCENOTEMPTY
public static final RedisErrorCode LIMITEXCEEDED_INVALIDMEMSIZE
public static final RedisErrorCode LIMITEXCEEDED_INVALIDPARAMETERGOODSNUMNOTINRANGE
public static final RedisErrorCode LIMITEXCEEDED_MEMSIZENOTINRANGE
public static final RedisErrorCode LIMITEXCEEDED_PERIODEXCEEDMAXLIMIT
public static final RedisErrorCode LIMITEXCEEDED_PERIODLESSTHANMINLIMIT
public static final RedisErrorCode LIMITEXCEEDED_REPLICATIONGROUPLOCKED
public static final RedisErrorCode RESOURCEINUSE_INSTANCEBEENLOCKED
public static final RedisErrorCode RESOURCEINSUFFICIENT
public static final RedisErrorCode RESOURCENOTFOUND_ACCOUNTDOESNOTEXISTS
public static final RedisErrorCode RESOURCENOTFOUND_INSTANCENOTEXISTS
public static final RedisErrorCode RESOURCENOTFOUND_INSTANCENOTFOUND
public static final RedisErrorCode RESOURCEUNAVAILABLE_ACCOUNTBALANCENOTENOUGH
public static final RedisErrorCode RESOURCEUNAVAILABLE_BACKUPLOCKEDERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_BACKUPSTATUSABNORMAL
public static final RedisErrorCode RESOURCEUNAVAILABLE_CALLOSSERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_GETSECURITYERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCECONFERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCEDELETED
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCEISOLATED
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCELOCKEDERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCENODEAL
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCENOTSUPPORTOPERATION
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATEERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSABNORMAL
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_NOENOUGHVIPINVPC
public static final RedisErrorCode RESOURCEUNAVAILABLE_NOREDISSERVICE
public static final RedisErrorCode RESOURCEUNAVAILABLE_NOTYPEIDREDISSERVICE
public static final RedisErrorCode RESOURCEUNAVAILABLE_SECURITYGROUPNOTSUPPORTED
public static final RedisErrorCode UNAUTHORIZEDOPERATION
public static final RedisErrorCode UNAUTHORIZEDOPERATION_NOCAMAUTHED
public static final RedisErrorCode UNAUTHORIZEDOPERATION_USERNOTINWHITELIST
public static final RedisErrorCode UNSUPPORTEDOPERATION_CLUSTERINSTANCEACCESSEDDENY
public static final RedisErrorCode UNSUPPORTEDOPERATION_INSPECTION
public static final RedisErrorCode UNSUPPORTEDOPERATION_INSTANCENOTOPERATION
public static final RedisErrorCode UNSUPPORTEDOPERATION_ISAUTORENEWERROR
public static final RedisErrorCode UNSUPPORTEDOPERATION_ONLYCLUSTERINSTANCECANEXPORTBACKUP
public static RedisErrorCode[] values()
for (RedisErrorCode c : RedisErrorCode.values()) System.out.println(c);
public static RedisErrorCode 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.