public static enum ErrorCodeInfo.Code extends Enum<ErrorCodeInfo.Code>
| Enum Constant and Description |
|---|
EC_DestroyedObject |
EC_InvalidColumnType |
EC_InvalidObject |
EC_InvalidParameter |
EC_InvalidTable |
EC_None |
EC_OTHER |
EC_Server |
EC_UserBreak |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCodeInfo.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodeInfo.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCodeInfo.Code EC_None
public static final ErrorCodeInfo.Code EC_InvalidObject
public static final ErrorCodeInfo.Code EC_InvalidParameter
public static final ErrorCodeInfo.Code EC_InvalidTable
public static final ErrorCodeInfo.Code EC_InvalidColumnType
public static final ErrorCodeInfo.Code EC_Server
public static final ErrorCodeInfo.Code EC_UserBreak
public static final ErrorCodeInfo.Code EC_DestroyedObject
public static final ErrorCodeInfo.Code EC_OTHER
public static ErrorCodeInfo.Code[] values()
for (ErrorCodeInfo.Code c : ErrorCodeInfo.Code.values()) System.out.println(c);
public static ErrorCodeInfo.Code 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 nullCopyright © 2025 DolphinDB. All rights reserved.