Interface ValidationResult

    • Method Detail

      • isValid

        boolean isValid()
        Provides a simple way check if a query is valid or not.
        Returns:
        true if the query is valid, false otherwise
      • getErrors

        @NotNull
        @NotNull List<String> getErrors()
        Returns a list of errors encountered while validating the query.
        Returns:
        a list of errors encountered while validating the query; an empty list means that no issues were encountered.