Xbase64 Class Library 3.1.2
xbretcod.h
Go to the documentation of this file.
00001 /*  xbretcod.h
00002 
00003     Xbase64 project source code
00004 
00005     This file contains a listing of all the Xbase return codes.
00006 
00007     Copyright (C) 1997,2003  Gary A Kunkel
00008     
00009     This program is free software; you can redistribute it and/or modify
00010     it under the terms of the GNU Lesser General Public License as published by
00011     the Free Software Foundation; either version 2 of the License, or
00012     (at your option) any later version.
00013 
00014     This program is distributed in the hope that it will be useful,
00015     but WITHOUT ANY WARRANTY; without even the implied warranty of
00016     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017     GNU Lesser General Public License for more details.
00018 
00019     You should have received a copy of the GNU Lesser General Public License
00020     along with this program; if not, write to the Free Software
00021     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00022 
00023 
00024     Contact:
00025     
00026      Email:
00027     
00028       xdb-devel@lists.sourceforge.net
00029       xdb-users@lists.sourceforge.net
00030       
00031       
00032      Regular Mail:
00033      
00034        XBase Support
00035        149C South Main St
00036        Keller Texas, 76248     
00037        USA
00038 
00039 */
00040 
00044 #ifndef __XB_RETCODES_H__
00045 #define __XB_RETCODES_H__
00046 
00047 /***********************************************/
00048 /* Return Codes and Error Messages             */
00049 
00050 #define XB_NO_ERROR                 0
00051 #define XB_EOF                    -100
00052 #define XB_BOF                    -101
00053 #define XB_NO_MEMORY              -102
00054 #define XB_FILE_EXISTS            -103
00055 #define XB_OPEN_ERROR             -104
00056 #define XB_WRITE_ERROR            -105
00057 #define XB_UNKNOWN_FIELD_TYPE     -106
00058 #define XB_ALREADY_OPEN           -107
00059 #define XB_NOT_XBASE              -108
00060 #define XB_INVALID_RECORD         -109
00061 #define XB_INVALID_OPTION         -110
00062 #define XB_NOT_OPEN               -111
00063 #define XB_SEEK_ERROR             -112
00064 #define XB_READ_ERROR             -113
00065 #define XB_NOT_FOUND              -114
00066 #define XB_FOUND                  -115
00067 #define XB_INVALID_KEY            -116
00068 #define XB_INVALID_NODELINK       -117
00069 #define XB_KEY_NOT_UNIQUE         -118
00070 #define XB_INVALID_KEY_EXPRESSION -119
00071 #define XB_DBF_FILE_NOT_OPEN      -120
00072 #define XB_INVALID_KEY_TYPE       -121
00073 #define XB_INVALID_NODE_NO        -122
00074 #define XB_NODE_FULL              -123
00075 #define XB_INVALID_FIELDNO        -124
00076 #define XB_INVALID_DATA           -125
00077 #define XB_NOT_LEAFNODE           -126
00078 #define XB_LOCK_FAILED            -127
00079 #define XB_CLOSE_ERROR            -128
00080 #define XB_INVALID_SCHEMA         -129
00081 #define XB_INVALID_NAME           -130
00082 #define XB_INVALID_BLOCK_SIZE     -131
00083 #define XB_INVALID_BLOCK_NO       -132
00084 #define XB_NOT_MEMO_FIELD         -133
00085 #define XB_NO_MEMO_DATA           -134
00086 #define XB_EXP_SYNTAX_ERROR       -135
00087 #define XB_PARSE_ERROR            -136
00088 #define XB_NO_DATA                -137
00089 #define XB_UNKNOWN_TOKEN_TYPE     -138
00090 #define XB_INVALID_FIELD          -140
00091 #define XB_INSUFFICIENT_PARMS     -141
00092 #define XB_TOO_MANY_PARMS         -142
00093 #define XB_INVALID_FUNCTION       -143
00094 #define XB_INVALID_FIELD_LEN      -144
00095 #define XB_HARVEST_NODE           -145
00096 #define XB_INVALID_DATE           -146
00097 #define XB_INVALID_LOCK_OPTION    -147
00098 #endif   /* __XB_RETCODES_H__ */
00099