Class QueryExecutionError

class QueryExecutionError : public runtime_error

Public Functions

QueryExecutionError(const int32_t error_code, const std::string &e)
QueryExecutionError(const int32_t error_code, const std::string &e, const QueryExecutionProperties &execution_properties)
QueryExecutionError(const int32_t error_code, const QueryExecutionProperties &execution_properties)
QueryExecutionError(const int32_t error_code)
int32_t getErrorCode() const
bool wasMultifragKernelLaunch() const

Protected Attributes

int32_t error_code_
boost::optional<QueryExecutionProperties> execution_props_