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 FAILEDOPERATION_REDOFLOWFAILED
public static final RedisErrorCode FAILEDOPERATION_SYSTEMERROR
public static final RedisErrorCode INTERNALERROR_DBOPERATIONFAILED
public static final RedisErrorCode INTERNALERROR_INTERNALERROR
public static final RedisErrorCode INVALIDPARAMETER
public static final RedisErrorCode INVALIDPARAMETER_EMPTYPARAM
public static final RedisErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final RedisErrorCode INVALIDPARAMETER_PERMISSIONDENIED
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDERROR
public static final RedisErrorCode INVALIDPARAMETERVALUE_PASSWORDRULEERROR
public static final RedisErrorCode INVALIDPARAMETERVALUE_REDUCECAPACITYNOTALLOWED
public static final RedisErrorCode INVALIDPARAMETERVALUE_REPLICATIONGROUPNOTEXISTS
public static final RedisErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDTYPE
public static final RedisErrorCode LIMITEXCEEDED_MEMSIZENOTINRANGE
public static final RedisErrorCode RESOURCENOTFOUND_INSTANCENOTEXISTS
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCELOCKEDERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATEERROR
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSABNORMAL
public static final RedisErrorCode RESOURCEUNAVAILABLE_INSTANCESTATUSERROR
public static final RedisErrorCode UNAUTHORIZEDOPERATION_NOCAMAUTHED
public static final RedisErrorCode UNAUTHORIZEDOPERATION_USERNOTINWHITELIST
public static final RedisErrorCode UNSUPPORTEDOPERATION_CLUSTERINSTANCEACCESSEDDENY
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.