File pa/er_PA_errors.h

  $Revision: 1.4 $

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

Preprocessor definitions

#define PA_OK

#define PA_CANTSPWN

#define PA_CANTOPEN

#define PA_REAP

#define PA_CHST

#define PA_CHRC

#define PA_LINETOOLONG

#define PA_NOTEMP

#define PA_CANTREAD


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; 
     LOW_PA_NOTEMP; 
     LOW_PA_CANTREAD; 
   }