class |
BadJsonQueryException |
|
class |
BadQueryContextException |
|
class |
BadQueryException |
An abstract class for all query exceptions that should return a bad request status code (400).
|
class |
QueryCapacityExceededException |
This exception is for QueryResource and SqlResource to surface when a query is cast away after
it hits a resource limit.
|
class |
QueryInterruptedException |
Exception representing a failed query.
|
class |
QueryTimeoutException |
This exception is thrown when a query does not finish before the configured query timeout.
|
class |
QueryUnsupportedException |
This exception is for the query engine to surface when a query cannot be run.
|
class |
ResourceLimitExceededException |
Exception indicating that an operation failed because it exceeded some configured resource limit.
|