MIDAS
Online Database error codes
Collaboration diagram for Online Database error codes:

Macros

#define DB_SUCCESS   1
 
#define DB_CREATED   302
 
#define DB_NO_MEMORY   303
 
#define DB_INVALID_NAME   304
 
#define DB_INVALID_HANDLE   305
 
#define DB_NO_SLOT   306
 
#define DB_NO_SEMAPHORE   307
 
#define DB_MEMSIZE_MISMATCH   308
 
#define DB_INVALID_PARAM   309
 
#define DB_FULL   310
 
#define DB_KEY_EXIST   311
 
#define DB_NO_KEY   312
 
#define DB_KEY_CREATED   313
 
#define DB_TRUNCATED   314
 
#define DB_TYPE_MISMATCH   315
 
#define DB_NO_MORE_SUBKEYS   316
 
#define DB_FILE_ERROR   317
 
#define DB_NO_ACCESS   318
 
#define DB_STRUCT_SIZE_MISMATCH   319
 
#define DB_OPEN_RECORD   320
 
#define DB_OUT_OF_RANGE   321
 
#define DB_INVALID_LINK   322
 
#define DB_CORRUPTED   323
 
#define DB_STRUCT_MISMATCH   324
 
#define DB_TIMEOUT   325
 
#define DB_VERSION_MISMATCH   326
 

Detailed Description

dox dox

Macro Definition Documentation

◆ DB_CORRUPTED

#define DB_CORRUPTED   323

Definition at line 659 of file midas.h.

◆ DB_CREATED

#define DB_CREATED   302

Definition at line 638 of file midas.h.

◆ DB_FILE_ERROR

#define DB_FILE_ERROR   317

Definition at line 653 of file midas.h.

◆ DB_FULL

#define DB_FULL   310

Definition at line 646 of file midas.h.

◆ DB_INVALID_HANDLE

#define DB_INVALID_HANDLE   305

Definition at line 641 of file midas.h.

◆ DB_INVALID_LINK

#define DB_INVALID_LINK   322

Definition at line 658 of file midas.h.

◆ DB_INVALID_NAME

#define DB_INVALID_NAME   304

Definition at line 640 of file midas.h.

◆ DB_INVALID_PARAM

#define DB_INVALID_PARAM   309

Definition at line 645 of file midas.h.

◆ DB_KEY_CREATED

#define DB_KEY_CREATED   313

Definition at line 649 of file midas.h.

◆ DB_KEY_EXIST

#define DB_KEY_EXIST   311

Definition at line 647 of file midas.h.

◆ DB_MEMSIZE_MISMATCH

#define DB_MEMSIZE_MISMATCH   308

Definition at line 644 of file midas.h.

◆ DB_NO_ACCESS

#define DB_NO_ACCESS   318

Definition at line 654 of file midas.h.

◆ DB_NO_KEY

#define DB_NO_KEY   312

Definition at line 648 of file midas.h.

◆ DB_NO_MEMORY

#define DB_NO_MEMORY   303

Definition at line 639 of file midas.h.

◆ DB_NO_MORE_SUBKEYS

#define DB_NO_MORE_SUBKEYS   316

Definition at line 652 of file midas.h.

◆ DB_NO_SEMAPHORE

#define DB_NO_SEMAPHORE   307

Definition at line 643 of file midas.h.

◆ DB_NO_SLOT

#define DB_NO_SLOT   306

Definition at line 642 of file midas.h.

◆ DB_OPEN_RECORD

#define DB_OPEN_RECORD   320

Definition at line 656 of file midas.h.

◆ DB_OUT_OF_RANGE

#define DB_OUT_OF_RANGE   321

Definition at line 657 of file midas.h.

◆ DB_STRUCT_MISMATCH

#define DB_STRUCT_MISMATCH   324

Definition at line 660 of file midas.h.

◆ DB_STRUCT_SIZE_MISMATCH

#define DB_STRUCT_SIZE_MISMATCH   319

Definition at line 655 of file midas.h.

◆ DB_SUCCESS

#define DB_SUCCESS   1

Definition at line 637 of file midas.h.

◆ DB_TIMEOUT

#define DB_TIMEOUT   325

Definition at line 661 of file midas.h.

◆ DB_TRUNCATED

#define DB_TRUNCATED   314

Definition at line 650 of file midas.h.

◆ DB_TYPE_MISMATCH

#define DB_TYPE_MISMATCH   315

Definition at line 651 of file midas.h.

◆ DB_VERSION_MISMATCH

#define DB_VERSION_MISMATCH   326

Definition at line 662 of file midas.h.