public enum ProcessingFailureCause extends Enum<ProcessingFailureCause> implements FailureCause
| Enum Constant and Description |
|---|
ExtractorException |
InvalidTimestampException |
MessageFilterException |
RuleConditionEvaluationError |
RuleStatementEvaluationError |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
label() |
static ProcessingFailureCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingFailureCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingFailureCause RuleStatementEvaluationError
public static final ProcessingFailureCause RuleConditionEvaluationError
public static final ProcessingFailureCause ExtractorException
public static final ProcessingFailureCause MessageFilterException
public static final ProcessingFailureCause InvalidTimestampException
public static final ProcessingFailureCause UNKNOWN
public static ProcessingFailureCause[] values()
for (ProcessingFailureCause c : ProcessingFailureCause.values()) System.out.println(c);
public static ProcessingFailureCause 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.