public enum MemcachedErrorCode extends Enum<MemcachedErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static MemcachedErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MemcachedErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MemcachedErrorCode FAILEDOPERATION_DBOPERATIONFAILED
public static final MemcachedErrorCode FAILEDOPERATION_SYSTEMERROR
public static final MemcachedErrorCode INTERNALERROR_INTERNALERROR
public static final MemcachedErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final MemcachedErrorCode MISSINGPARAMETER_EMPTYPARAM
public static final MemcachedErrorCode RESOURCENOTFOUND_ACCOUNTDOESNOTEXISTS
public static final MemcachedErrorCode RESOURCENOTFOUND_INSTANCENOTEXISTS
public static final MemcachedErrorCode UNAUTHORIZEDOPERATION_NOCAMAUTHED
public static MemcachedErrorCode[] values()
for (MemcachedErrorCode c : MemcachedErrorCode.values()) System.out.println(c);
public static MemcachedErrorCode 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 © 2025. All rights reserved.