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