public enum IndexingFailureCause extends Enum<IndexingFailureCause> implements FailureCause
| Enum Constant and Description |
|---|
MappingError |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
label() |
static IndexingFailureCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexingFailureCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexingFailureCause MappingError
public static final IndexingFailureCause UNKNOWN
public static IndexingFailureCause[] values()
for (IndexingFailureCause c : IndexingFailureCause.values()) System.out.println(c);
public static IndexingFailureCause 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 label()
label in interface FailureCauseCopyright © 2012–2021 Graylog, Inc.. All rights reserved.