File include/er_ER_errors.h

  $Revision: 1.7 $

Error reporting (er) er_ER_errors.{m4,h} - definition of errors for the error reporting module
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy

Preprocessor definitions

#define ER_OK

#define ER_INVKEY

#define ER_DUPENT

#define ER_INSANE

#define ER_FATEST


Typedef ER_err_code_t

typedef enum {...} ER_err_code_t
enum 
   { 
     LOW_ER_OK; 
     LOW_ER_INVKEY; 
     LOW_ER_DUPENT; 
     LOW_ER_INSANE; 
     LOW_ER_FATEST; 
   }