ARPA2 Common Libraries  2.6.2
Macros
Collaboration diagram for Common Error table A2XS:

Macros

#define A2XS_ERR_DATABASE_OPENFAIL   (125178624L)
 ARPA2 Access Control database open failure.
 
#define A2XS_ERR_DATABASE_SYNCFAIL   (125178625L)
 ARPA2 Access Control database sync failure.
 
#define A2XS_ERR_DATABASE_READFAIL   (125178626L)
 ARPA2 Access Control database read failure.
 
#define A2XS_ERR_DATABASE_WRITEFAIL   (125178627L)
 ARPA2 Access Control database write failure.
 
#define A2XS_ERR_DATABASE_READONLY   (125178628L)
 ARPA2 Access Control database is readonly.
 
#define A2XS_ERR_MISSING_RULESET   (125178629L)
 ARPA2 Access Control could not find a Ruleset.
 
#define A2XS_ERR_RULE_MISSING   (125178630L)
 ARPA2 Access Control could not find a Rule.
 
#define A2XS_ERR_RULE_GRAMMAR   (125178631L)
 ARPA2 Access Rule has invalid grammar.
 
#define A2XS_ERR_RULE_MISSING_SELECTOR   (125178632L)
 ARPA2 Access Rule must contain a ~selector.
 
#define A2XS_ERR_RULE_FORBIDDEN_SELECTOR   (125178633L)
 ARPA2 Access Rule must not contain a ~selector.
 
#define A2XS_ERR_RULE_MISSING_CALLBACK   (125178634L)
 ARPA2 Access Rule contains unwanted grammar.
 
#define A2XS_ERR_ACCESS_NAME_GRAMMAR   (125178635L)
 ARPA2 Access Name has invalid grammar.
 
#define A2XS_ERR_ACCESS_RIGHTS_FORMAT   (125178636L)
 ARPA2 Access Rights string has improper format.
 

Detailed Description