31 #define ERR_GENERAL 500
32 #define ERR_OPEN_FILE 501
33 #define ERR_READ_FILE 502
34 #define ERR_WRITE_FILE 503
35 #define ERR_PTR_DEF 504
36 #define ERR_MEM_LACK 505
37 #define ERR_UNKNOWN 506
38 #define ERR_FIND_FILE 507
39 #define ERR_FILE_DEFINED 508
40 #define ERR_OUT_OF_RANGE 510
41 #define ERR_PROCESS_DATA 515
42 #define ERR_NUM_TOKENS 519
43 #define ERR_FILE_EXISTS 522
44 #define ERR_CREATE_FILE 523
45 #define ERR_WILL_OVERWRITE_FILE 524
46 #define ERR_REMOVE_FILE 525
47 #define ERR_WONT_OVERWRITE_FILE 526
51 #define ERR_UNKNOWN_VAR_TYPE 1000
52 #define ERR_UNKNOWN_PARAMETER 1001
53 #define ERR_CONVERT 1003
54 #define ERR_MAKE_FORM 1004
55 #define ERR_NO_VARIABLES 1012
57 #define ERR_FIND_FORM 1021
58 #define ERR_CONVERT_VAR 1022
59 #define ERR_ORPHAN_VAR 1023
60 #define ERR_POSSIBLE 1024
64 #define ERR_SET_DBIN 1509
65 #define ERR_PARTIAL_RECORD 1517
66 #define ERR_NT_DEFINE 1520
67 #define ERR_UNKNOWN_FORMAT_TYPE 1525
69 #define ERR_EQN_SET 2000
72 #define ERR_SDTS_BYE_ATTR 2501
76 #define ERR_MAKE_MENU_DBASE 3000
77 #define ERR_NO_SUCH_SECTION 3001
78 #define ERR_GETTING_SECTION 3002
81 #define ERR_MN_BUFFER_TRUNCATED 3500
82 #define ERR_MN_SEC_NFOUND 3501
83 #define ERR_MN_FILE_CORRUPT 3502
84 #define ERR_MN_REF_FILE_NFOUND 3503
88 #define ERR_MISSING_TOKEN 4001
89 #define ERR_PARAM_VALUE 4006
90 #define ERR_UNKNOWN_OPTION 4013
91 #define ERR_IGNORED_OPTION 4014
92 #define ERR_VARIABLE_DESC 4015
93 #define ERR_VARIABLE_SIZE 4016
94 #define ERR_NO_EOL 4017
98 #define ERR_FIND_MAX_MIN 6001
99 #define ERR_PARSE_EQN 6002
100 #define ERR_EE_VAR_NFOUND 6003
101 #define ERR_CHAR_IN_EE 6004
102 #define ERR_EE_DATA_TYPE 6005
103 #define ERR_NDARRAY 6006
104 #define ERR_GEN_QUERY 6007
108 #define ERR_EXPECTING_SECTION_START 7001
109 #define ERR_EXPECTING_SECTION_END 7002
110 #define ERR_MISPLACED_SECTION_START 7003
111 #define ERR_MISPLACED_SECTION_END 7004
112 #define ERR_NT_MERGE 7005
113 #define ERR_NT_KEYNOTDEF 7006
114 #define ERR_EQV_CONTEXT 7007
117 #define ERR_GEN_ARRAY 7501
122 #define ERR_SWITCH_DEFAULT 7901
123 #define ERR_ASSERT_FAILURE 7902
124 #define ERR_NO_NAME_TABLE 7903
125 #define ERR_API_BUF_LOCKED 7904
126 #define ERR_API_BUF_NOT_LOCKED 7905
130 #define ERR_WARNING_ONLY 16000
149 int err_push(
const int,
const char *, ...);
150 int verr_push(
const int ercode,
const char *format, va_list va_args);
int err_disp(FF_STD_ARGS_PTR std_args)
ERR_BOOLEAN err_state(void)
int err_push(const int, const char *,...)
int verr_push(const int ercode, const char *format, va_list va_args)