public enum EsfErrorCode extends Enum<EsfErrorCode>
Modifier and Type | Method and Description |
---|---|
static EsfErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsfErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsfErrorCode CONFIGURATION_ERROR
public static final EsfErrorCode CONFIGURATION_UPDATE
public static final EsfErrorCode CONFIGURATION_ROLLBACK
public static final EsfErrorCode CONFIGURATION_ATTRIBUTE_UNDEFINED
public static final EsfErrorCode CONFIGURATION_ATTRIBUTE_INVALID
public static final EsfErrorCode CONFIGURATION_REQUIRED_ATTRIBUTE_MISSING
public static final EsfErrorCode CONFIGURATION_SNAPSHOT_NOT_FOUND
public static final EsfErrorCode CONFIGURATION_SNAPSHOT_TAKING
public static final EsfErrorCode CONFIGURATION_SNAPSHOT_LISTING
public static final EsfErrorCode CONFIGURATION_SNAPSHOT_LOADING
public static final EsfErrorCode INTERNAL_ERROR
public static final EsfErrorCode SERIAL_PORT_INVALID_CONFIGURATION
public static final EsfErrorCode SERIAL_PORT_NOT_EXISTING
public static final EsfErrorCode PORT_IN_USE
public static final EsfErrorCode PARTIAL_SUCCESS
public static final EsfErrorCode SECURITY_EXCEPTION
public static final EsfErrorCode NOT_CONNECTED
public static final EsfErrorCode TIMED_OUT
public static final EsfErrorCode CONNECTION_FAILED
public static final EsfErrorCode TOO_MANY_INFLIGHT_MESSAGES
public static final EsfErrorCode STORE_ERROR
public static final EsfErrorCode ENCODE_ERROR
public static final EsfErrorCode INVALID_METRIC_EXCEPTION
public static final EsfErrorCode INVALID_MESSAGE_EXCEPTION
public static EsfErrorCode[] values()
for (EsfErrorCode c : EsfErrorCode.values()) System.out.println(c);
public static EsfErrorCode 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 © 2013. All Rights Reserved.