public static enum RequestIdError.RequestIdErrorCode extends java.lang.Enum<RequestIdError.RequestIdErrorCode>
| Enum Constant and Description |
|---|
CUSTOM_SERIALIZER_ERROR |
EMPTY_SERIALIZER |
INVALID_STATE |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
static RequestIdError.RequestIdErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestIdError.RequestIdErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestIdError.RequestIdErrorCode CUSTOM_SERIALIZER_ERROR
public static final RequestIdError.RequestIdErrorCode EMPTY_SERIALIZER
public static final RequestIdError.RequestIdErrorCode INVALID_STATE
public static RequestIdError.RequestIdErrorCode[] values()
for (RequestIdError.RequestIdErrorCode c : RequestIdError.RequestIdErrorCode.values()) System.out.println(c);
public static RequestIdError.RequestIdErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null