Supported Browsers Home   
MCS_polarityFlagsType Previous   
N_errorType Next   
Type Definitions Up   

MDBX_errCodes

Declaration

typedef enum {
    MDBX_ok,
    MDBX_fileNotFound,
    MDBX_corrupt,
    MDBX_outOfMemory,
    MDBX_notFound,
    MDBX_IOError,
    MDBX_parseError,
    MDBX_invalidDB,
    MDBX_dbNotOpen,
    MDBX_noRecords
    } MDBX_errCodes

Prototype In

snap/monitor.h

Description

Error codes returned by monitor database routines

Members

MDBX_ok

No error

MDBX_fileNotFound

Database file not found

MDBX_corrupt

Database is corrupted

MDBX_outOfMemory

Not enough memory to load DB

MDBX_notFound

Entry was not found in DB

MDBX_IOError

Fatal I/O error

MDBX_parseError

Error parsing monitor database

MDBX_invalidDB

Database handle is invalid

MDBX_dbNotOpen

Attempted to access the database before opening it

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com