Class UnboundParameterError

java.lang.Object
org.graylog.plugins.views.search.errors.QueryError
org.graylog.plugins.views.search.errors.UnboundParameterError
All Implemented Interfaces:
SearchError

public class UnboundParameterError extends QueryError
  • Constructor Details

    • UnboundParameterError

      public UnboundParameterError(Query query, String name, Set<QueryParam> allUnknownParameters)
  • Method Details

    • parameterName

      public String parameterName()
    • allUnknownParameters

      public Set<QueryParam> allUnknownParameters()