public enum EisErrorCode extends Enum<EisErrorCode>
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
public static final EisErrorCode FAILEDOPERATION_AUTHENTICATIONFAILED
public static final EisErrorCode FAILEDOPERATION_INNERLOGICTIMEOUT
public static final EisErrorCode FAILEDOPERATION_METACOMPILERERROR
public static final EisErrorCode FAILEDOPERATION_UNSUPPORTEDOPERATIONTYPE
public static final EisErrorCode INTERNALERROR_CHECKRUNTIMEFAILED
public static final EisErrorCode INTERNALERROR_COUNTRUNTIMEINSTANCESFAILED
public static final EisErrorCode INTERNALERROR_DATABASEERROR
public static final EisErrorCode INTERNALERROR_LISTRUNTIMEINSTANCESFAILED
public static final EisErrorCode INTERNALERROR_LISTRUNTIMESFAILED
public static final EisErrorCode INTERNALERROR_METACOMPILERERROR
public static final EisErrorCode INTERNALERROR_RPCPILOTSERVERERROR
public static final EisErrorCode INVALIDPARAMETERVALUE_INVALIDRUNTIMEMETRICSEARCHCONDITION
public static final EisErrorCode INVALIDPARAMETERVALUE_NOTSUPPORTEDACTIONFORPUBLICRUNTIME
public static final EisErrorCode INVALIDPARAMETERVALUE_PILOTZONENOTSUPPORTED
public static final EisErrorCode INVALIDPARAMETERVALUE_RUNTIMEALREADYDELETED
public static final EisErrorCode INVALIDPARAMETERVALUE_RUNTIMEIDNOTEXIST
public static final EisErrorCode INVALIDPARAMETERVALUE_RUNTIMEMETRICRATENOTSUPPORT
public static final EisErrorCode INVALIDPARAMETERVALUE_RUNTIMENAMESPACEINVALID
public static final EisErrorCode INVALIDPARAMETERVALUE_RUNTIMEZONENOTEXISTED
public static final EisErrorCode RESOURCEUNAVAILABLE
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 © 2022. All rights reserved.