#ifndef _ERRORS_H
#define _ERRORS_H

__BEGIN_DECLS

/* [in alphabetical order] */

#define BADORDERROR    "data received is out of order"
#define CMDACKERROR    "command acknowledgement not received"
#define IDERROR        "identification error"
#define INTERROR       "internal error"
#define INTPARERROR    "internal parsing error"
#define LOGOFERROR     "overflowed logs[] internally"
#define MAXSUBIDERROR  "too many Sub-IDs already connected"
#define NOLOCERROR     "no connections from localhost allowed"
#define PINGERROR      "wrong response"
#define PORTERROR      "invalid source port"
#define VERERROR       "error verifying (wrong response)"

__END_DECLS

#endif /* _ERRORS_H */
