CompleteDB Embedded: Direct C++ API  2.4.2
completedb_Error Struct Reference

(C++ alias: completedb::Error) Defines set of available Error codes. More...

#include <CompleteDbEnum.h>

Public Types

enum  Enum {
  None = 0, Unknown, Disconnected, InternalError,
  OutOfMemory, TableAlreadyExists, TableNotFound, RowNotFound,
  TableTlsLimit, TableOutOfMemory, DuplicateValueOnSurrogate, ColumnNotFound,
  StatementNotPrepared, WrongColumnType, UnableToConnect
}

Detailed Description

(C++ alias: completedb::Error) Defines set of available Error codes.

Definition at line 37 of file CompleteDbEnum.h.

Member Enumeration Documentation

enum Enum
Enumerator:
None 
Unknown 
Disconnected 
InternalError 
OutOfMemory 
TableAlreadyExists 
TableNotFound 
RowNotFound 
TableTlsLimit 
TableOutOfMemory 
DuplicateValueOnSurrogate 
ColumnNotFound 
StatementNotPrepared 
WrongColumnType 
UnableToConnect 

Definition at line 39 of file CompleteDbEnum.h.


The documentation for this struct was generated from the following file: