Program Base Library Functions
error codes of the pbl library
- Fields:
- PBL_ERROR_OUT_OF_MEMORY - out of memory
PBL_ERROR_EXISTS - record already exists
PBL_ERROR_NOT_FOUND - record not found
PBL_ERROR_BAD_FILE - file structure damaged
PBL_ERROR_PARAM_MODE - parameter mode is not valid
PBL_ERROR_PARAM_KEY - parameter key is not valid
PBL_ERROR_PARAM_KEYLEN - parameter keylen is not valid
PBL_ERROR_PARAM_DATA - parameter data is not valid
PBL_ERROR_PARAM_DATALEN - parameter datalen is not valid
PBL_ERROR_PARAM_INDEX - parameter index is not valid
PBL_ERROR_CREATE - file system create error, see errno
PBL_ERROR_OPEN - file system open error, see errno
PBL_ERROR_SEEK - file system seek error, see errno
PBL_ERROR_READ - file system read error, see errno
PBL_ERROR_WRITE - file system write error, see errno
PBL_ERROR_PROGRAM - an internal error in the code, debug it!!
PBL_ERROR_NOFIT - internal error forcing a block split
PBL_ERROR_NOT_ALLOWED - file not open for update, operation not allowed
PBL_ERROR_POSITION - current record is not positioned
Copyright(C) 2002 Peter Graf, this software is distributed under the
GNU Lesser General Public License
This page was generated with the help of DOC++.