| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.parser | |
| org.graylog.plugins.pipelineprocessor.parser.errors | |
| org.graylog.plugins.pipelineprocessor.rest |
| Modifier and Type | Method and Description |
|---|---|
Set<ParseError> |
ParseException.getErrors() |
| Constructor and Description |
|---|
ParseException(Set<ParseError> errors) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncompatibleArgumentType |
class |
IncompatibleIndexType |
class |
IncompatibleType |
class |
IncompatibleTypes |
class |
InvalidFunctionArgument |
class |
InvalidOperation |
class |
MissingRequiredParam |
class |
NonIndexableType |
class |
OptionalParametersMustBeNamed |
class |
SyntaxError |
class |
UndeclaredFunction |
class |
UndeclaredVariable |
class |
WrongNumberOfArgs |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ParseError> |
RuleSource.errors() |
abstract Set<ParseError> |
PipelineSource.errors() |
| Modifier and Type | Method and Description |
|---|---|
abstract RuleSource.Builder |
RuleSource.Builder.errors(Set<ParseError> errors) |
abstract PipelineSource.Builder |
PipelineSource.Builder.errors(Set<ParseError> errors) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.