public enum Messages extends Enum<Messages>
Modifier and Type | Field and Description |
---|---|
static String |
CANNOT_SEND_EVENT_BATCH_EMPTY |
static String |
CLASS_NOT_A_SUPPORTED_TYPE |
static String |
ENCODING_TYPE_NOT_SUPPORTED |
static String |
ERROR_OCCURRED_IN_SUBSCRIBER_ERROR |
static String |
ERROR_SENDING_BATCH |
static String |
EVENT_DATA_DOES_NOT_FIT |
static String |
EVENT_PROCESSOR_RUN_END |
static String |
EXCEPTION_OCCURRED_WHILE_EMITTING |
static String |
FAILED_CLOSE_CONSUMER_PARTITION |
static String |
FAILED_PROCESSING_ERROR_RECEIVE |
static String |
FAILED_TO_CLAIM_OWNERSHIP |
static String |
FAILED_WHILE_PROCESSING_ERROR |
static String |
LOAD_BALANCING_FAILED |
static String |
MESSAGE_NOT_OF_TYPE |
static String |
PROCESS_SPAN_SCOPE_TYPE_ERROR |
static String |
REQUEST_VALUE_NOT_VALID |
Modifier and Type | Method and Description |
---|---|
static String |
getMessage(String key) |
static Messages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String CLASS_NOT_A_SUPPORTED_TYPE
public static final String ENCODING_TYPE_NOT_SUPPORTED
public static final String PROCESS_SPAN_SCOPE_TYPE_ERROR
public static final String MESSAGE_NOT_OF_TYPE
public static final String REQUEST_VALUE_NOT_VALID
public static final String EVENT_DATA_DOES_NOT_FIT
public static final String CANNOT_SEND_EVENT_BATCH_EMPTY
public static final String ERROR_SENDING_BATCH
public static final String FAILED_TO_CLAIM_OWNERSHIP
public static final String LOAD_BALANCING_FAILED
public static final String EVENT_PROCESSOR_RUN_END
public static final String FAILED_PROCESSING_ERROR_RECEIVE
public static final String FAILED_WHILE_PROCESSING_ERROR
public static final String FAILED_CLOSE_CONSUMER_PARTITION
public static final String ERROR_OCCURRED_IN_SUBSCRIBER_ERROR
public static final String EXCEPTION_OCCURRED_WHILE_EMITTING
public static Messages[] values()
public static Messages 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 © 2019 Microsoft Corporation. All rights reserved.