Packages

package errors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object QueryCompilationErrors

    Object for grouping error messages from exceptions thrown during query compilation.

    Object for grouping error messages from exceptions thrown during query compilation. As commands are executed eagerly, this also includes errors thrown during the execution of commands, which users can see immediately.

  2. object QueryExecutionErrors

    Object for grouping error messages from (most) exceptions thrown during query execution.

    Object for grouping error messages from (most) exceptions thrown during query execution. This does not include exceptions thrown during the eager execution of commands, which are grouped into QueryCompilationErrors.

  3. object QueryParsingErrors

    Object for grouping all error messages of the query parsing.

    Object for grouping all error messages of the query parsing. Currently it includes all ParseException.

Ungrouped