| Interface | Description | 
|---|---|
| CompilationErrors | |
| DataTypeErrorsBase | |
| ExecutionErrors | |
| QueryErrorsBase | 
 The trait exposes util methods for preparing error messages such as quoting of error elements. 
 | 
| Class | Description | 
|---|---|
| DataTypeErrors | 
 Object for grouping error messages from (most) exceptions thrown during query execution. 
 | 
| QueryCompilationErrors | 
 Object for grouping error messages from exceptions thrown during query compilation. 
 | 
| QueryExecutionErrors | 
 Object for grouping error messages from (most) exceptions thrown during query execution. 
 | 
| QueryParsingErrors | 
 Object for grouping all error messages of the query parsing. 
 |