GRAND.CENTRAL.ORG

AFS Assigned Numbers Registry - admin tools common error codes

This is a table of admin tools common error codes, contained in the 'AC' error table. A maximum of 256 codes are available in this table. In addition to this table, this data is also available in the form of a com_err error table. The error code values are also available in a C header file.

AC error table

CodeValueNameMessage
017152ADMNOMEMcouldn't allocate memory necessary to fulfill request
117153ADMNOPRIVinsufficient privilege to complete operation
217154ADMMUTEXINITfailed to initialize a mutex
317155ADMMUTEXLOCKfailed to lock a mutex
417156ADMMUTEXUNLOCKfailed to unlock a mutex
517157ADMMUTEXDESTROYfailed to destroy a mutex
617158ADMCONDINITfailed to initialize a condition variable
717159ADMCONDWAITfailed to wait on a condition variable
817160ADMCONDDESTROYfailed to destroy a condition variable
917161ADMCONDSIGNALfailed to signal a condition variable
1017162ADMTHREADATTRINITfailed to initialize a thread attribute
1117163ADMTHREADATTRSETDETACHSTATEfailed to set thread detach state
1217164ADMTHREADCREATEfailed to create a thread
1317165ADMTHREADJOINfailed to join a thread
1417166ADMITERATORTERMINATEDthe iterator has been marked terminated (most likely by calling done). Next cannot be called after calling done.
1517167ADMITERATORDONEthe iterator has been marked completed.
1617168ADMITERATORNULLthe iterator parameter cannot be NULL.
1717169ADMITERATORRPCSPECIFICNULLthe rpc specific data parameter cannot be NULL.
1817170ADMITERATORBADMAGICNULLthe iterator parameter failed to pass the magic number test. Most likely the iterator is invalid, or has been overwritten by mistake.
1917171ADMITERATORINVALIDthe iterator parameter is marked invalid
2017172ADMITERATIONIDPNULLthe iterator parameter cannot be NULL nor can it point to NULL
2117173ADMSERVERNAMENULLthe server name parameter cannot be NULL
2217174ADMSERVERADDRESSNULLthe server address parameter cannot be NULL
2317175ADMCANTGETSERVERNAMEthe server name parameter cannot translated to an address
2417176ADMCANTGETLOCALNAMEunable to determine the name of the local host
2517177ADMMOREDATAmore data is available
2617178ADMSOCKFAILfailed to create a socket
2717179ADMTYPEINVALIDthe server type is invalid

How to use these codes

XXX text to be written XXX

Registration Policy

XXX text to be written XXX