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