File include/er_PA_errors.h

  $Revision: 1.2 $

Public Authentication (PA) - er_PA_errors.h - definition of errors for the PA module.
Status: NOT COMPLETE, NOT REVUED, NOT TESTED,
Design and implementation by: daniele@ripe.net
Included in: modules/er/er_facilities.h

Preprocessor definitions

#define PA_OK

#define PA_CANTSPWN

#define PA_CANTOPEN

#define PA_REAP

#define PA_CHST

#define PA_CHRC

#define PA_LINETOOLONG


Typedef PA_err_code_t

typedef enum {...} PA_err_code_t
enum 
   { 
     LOW_PA_OK; 
     LOW_PA_CANTSPWN; 
     LOW_PA_CANTOPEN; 
     LOW_PA_REAP; 
     LOW_PA_CHST; 
     LOW_PA_CHRC; 
     LOW_PA_LINETOOLONG; 
   }