ColumnStoreException Class

class ColumnStoreError : public std::runtime_error

A general execption for the mcsapi classes. It should be used just as the std::runtime_error exception is used. It can be used as a “catchall” for all ColumnStore exceptions

class ColumnStoreInternalError : public ColumnStoreError

An execption class covering problems with the driver’s internals

class ColumnStoreBufferError : public ColumnStoreError

An execption class covering problems with the driver’s buffers

class ColumnStoreServerError : public ColumnStoreError

An execption class that contains errors received from the server

class ColumnStoreNetworkError : public ColumnStoreError

An execption class covering problems with network connection and communication

class ColumnStoreDataError : public ColumnStoreError

An execption class covering problems with setting column data and data conversion

class ColumnStoreUsageError : public ColumnStoreError

An execption class covering problems with usage of the driver

class ColumnStoreConfigError : public ColumnStoreError

An execption class covering problems with reading the XML configuration

class ColumnStoreVersionError : public ColumnStoreError

An execption class for an incompatible ColumnStore version number

class ColumnStoreNotFound : public ColumnStoreError

An execption class to signify a table or column was not found