public enum CtsdbErrorCode extends Enum<CtsdbErrorCode>
Enum Constant and Description |
---|
AUTHFAILURE |
FAILEDOPERATION |
RESOURCENOTFOUND |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CtsdbErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CtsdbErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CtsdbErrorCode AUTHFAILURE
public static final CtsdbErrorCode FAILEDOPERATION
public static final CtsdbErrorCode RESOURCENOTFOUND
public static CtsdbErrorCode[] values()
for (CtsdbErrorCode c : CtsdbErrorCode.values()) System.out.println(c);
public static CtsdbErrorCode 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.