Annotation of freem/src/merr.h, revision 1.3

1.1       snw         1: /*
1.3     ! snw         2:  *   $Id$
1.1       snw         3:  *    freem error codes
                      4:  *
                      5:  *  
1.2       snw         6:  *   Author: Serena Willis <snw@coherent-logic.com>
1.1       snw         7:  *    Copyright (C) 1998 MUG Deutschland
1.3     ! snw         8:  *    Copyright (C) 2020, 2025 Coherent Logic Development LLC
1.1       snw         9:  *
                     10:  *
                     11:  *   This file is part of FreeM.
                     12:  *
                     13:  *   FreeM is free software: you can redistribute it and/or modify
                     14:  *   it under the terms of the GNU Affero Public License as published by
                     15:  *   the Free Software Foundation, either version 3 of the License, or
                     16:  *   (at your option) any later version.
                     17:  *
                     18:  *   FreeM is distributed in the hope that it will be useful,
                     19:  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20:  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21:  *   GNU Affero Public License for more details.
                     22:  *
                     23:  *   You should have received a copy of the GNU Affero Public License
                     24:  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
                     25:  *
1.3     ! snw        26:  *   $Log$
        !            27:  *
        !            28:  * SPDX-FileCopyrightText:  (C) 2025 Coherent Logic Development LLC
        !            29:  * SPDX-License-Identifier: AGPL-3.0-or-later
1.1       snw        30:  **/
                     31: 
                     32: #ifndef _MERR_H
                     33: # define _MERR_H
                     34: 
                     35: /* error codes */
                     36: #define OK            0
                     37: #define INRPT         1
                     38: #define BKERR         2
                     39: #define NOSTAND       3
                     40: #define UNDEF         4
                     41: #define LBLUNDEF      5
                     42: #define MISSOPD       6
                     43: #define MISSOP        7
                     44: #define ILLOP         8
                     45: #define QUOTER        9
                     46: #define COMMAER      10
                     47: #define ASSIGNER     11
                     48: #define ARGER        12
                     49: #define SPACER       13
                     50: #define BRAER        14
                     51: #define LVLERR       15
                     52: #define DIVER        16
                     53: #define ILLFUN       17
                     54: #define FUNARG       18
                     55: #define ZTERR        19
                     56: #define NEXTER       20
                     57: #define SELER        21
                     58: #define CMMND        22
                     59: #define ARGLIST      23
                     60: #define INVEXPR      24
                     61: #define INVREF       25
                     62: #define MXSTR        26
                     63: #define TOOPARA      27
                     64: #define NOPEN        28
                     65: #define NODEVICE     29
                     66: #define PROTECT      30
                     67: #define GLOBER       31
                     68: #define FILERR       32
                     69: #define PGMOV        33
                     70: #define STKOV        34
                     71: #define STORE        35
                     72: #define NOREAD       36
                     73: #define NOWRITE      37
                     74: #define NOPGM        38
                     75: #define NAKED        39
                     76: #define SBSCR        40
                     77: #define ISYNTX       41
                     78: #define DBDGD        42
                     79: #define KILLER       43
                     80: #define HUPER        44
                     81: #define MXNUM        45
                     82: #define NOVAL        46
                     83: #define TYPEMISMATCH 47
                     84: #define MEMOV        48        
                     85: 
                     86: /* socket errors */
                     87: #define NAMERES             49
                     88: #define SCKCREAT     50
                     89: #define SCKIFAM      51
                     90: #define SCKITYP      52
                     91: #define SCKIPRT      53
                     92: #define SCKCERR      54
                     93: #define SCKAERR      55
                     94: #define SCKACON      56
                     95: #define SCKNCON      57
                     96: #define SCKEOPT      58
                     97: #define SCKERCV      59
                     98: #define SCKESND      60
                     99: #define NORPI        61
                    100: #define CREDEF       62
                    101: #define CMODIFY      63
                    102: #define FILEXWR      64
                    103: #define INEWMUL      65
                    104: #define ZINVHORO     66
                    105: #define TYPMISMATCH  67
                    106: #define INVTYPE      68
                    107: #define INVLIBOPT    69
                    108: #define ECODEINV     80
                    109: #define ASSERT       81
                    110: #define USERERR      82
                    111: 
                    112: /* OO errors */
                    113: #define OBJFLDACCV    83
                    114: #define OBJCONFLICT   84
                    115: #define OBJPRIVOVFL   85
                    116: #define OBJACINVALID  86
                    117: 
                    118: /* catch-all for otherwise-unspecified syntax errors */
                    119: #define SYNTERR      128
                    120: 
                    121: /* ANSI X11.1 errors */
                    122: #define M1           140
                    123: #define M2           141
                    124: #define M3           142
                    125: #define M4           143
                    126: #define M5           144
                    127: #define M6           145
                    128: #define M7           146
                    129: #define M8           147
                    130: #define M9           148
                    131: #define M10          149
                    132: #define M11          150
                    133: #define M12          151
                    134: #define M13          152
                    135: #define M14          153
                    136: #define M15          154
                    137: #define M16          155
                    138: #define M17          156
                    139: #define M18          157
                    140: #define M19          158
                    141: #define M20          159
                    142: #define M21          160
                    143: #define M22          161
                    144: #define M23          162
                    145: #define M24          163
                    146: #define M25          164
                    147: #define M26          165
                    148: #define M27          166
                    149: #define M28          167
                    150: #define M29          168
                    151: #define M30          169
                    152: #define M31          170
                    153: #define M32          171
                    154: #define M33          172
                    155: #define M34          173
                    156: #define M35          174
                    157: #define M36          175
                    158: #define M37          176
                    159: #define M38          177
                    160: #define M39          178
                    161: #define M40          179
                    162: #define M41          180
                    163: #define M42          181
                    164: #define M43          182
                    165: #define M44          183
                    166: #define M45          184
                    167: #define M46          185
                    168: #define M47          186
                    169: #define M48          187
                    170: #define M49          188
                    171: #define M50          189
                    172: #define M51          190
                    173: #define M52          191
                    174: #define M53          192
                    175: #define M54          193
                    176: #define M55          194
                    177: #define M56          195
                    178: #define M57          196
                    179: #define M58          197
                    180: #define M59          198
                    181: #define M60          199
                    182: #define M75          214
                    183: #define M101         240
                    184: #define M102         241
                    185: #define M103         242
                    186: #define M104         243
                    187: 
                    188: /* pseudo-errors (never reported) */
                    189: #define ASYNC       254
                    190: #define CTRLB        255
                    191: 
                    192: /* MAXERR = maximum error number plus one */
                    193: #define MAXERR  CTRLB + 1
                    194: #define MAXVNDERR 49
                    195: 
                    196: #define MDCERRDIFF 0 /*91*/
                    197: #define ECODEOFFSET 139
                    198: #define MDCFIRSTERR 140
                    199: 
                    200: #define NESTLEVLS 80
                    201: 
                    202: extern int merr_raise(int num);
                    203: extern int merr(void);
                    204: extern short merr_in_break(void);
                    205: extern void merr_set_break(void);
                    206: extern void merr_clear_break(void);
                    207: extern int merr_num_to_code (int num, char *code);
                    208: extern int merr_code_to_num (char *code);
                    209: extern void merr_set_ecode_ierr (void);
                    210: extern int merr_set_ecode (char *t_code);
                    211: extern void merr_dump (int num, char *rtn, char *nsn, char *tcod, int tpos);
                    212: extern void merr_set_iochan_err(int channel, short frm_err, char *err_text);
                    213: extern void merr_clear_iochan_err(int channel);
                    214: 
                    215: typedef struct merr_stackent {
                    216:     char ECODE[256];
                    217:     char MCODE[256];
                    218:     char PLACE[256];
                    219: } merr_stackent;
                    220: 
                    221: extern merr_stackent merr_stack[];
                    222: extern char etrap[];
                    223: extern char ecode[];
                    224: extern char user_ecode[];
                    225: extern int estack;
                    226: extern int etrap_lvl;
                    227: extern int merr_topstk;
                    228: 
                    229: #define ERRCHK() if (merr () != OK) goto err
                    230: #define merr_clear() merr_raise (OK)
                    231: 
                    232: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>