/*
 * NOT A SOURCE FILE - DO NOT EDIT
 * This file is automatically generated from the error code registration
 * database maintained by the AFS Assigned Numbers Registrar.  To register
 * a new code or obtain the latest list, plase visit
 * http://grand.central.org/numbers/et/AK.html
 */

/* admin tools kas error codes (AK) */

#define ADMKASSERVERHANDLENULL                      19200 /* the server handle parameter cannot be NULL */
#define ADMKASSERVERHANDLEBADMAGIC                  19201 /* the server handle parameter failed to pass the magic number test.  Most likely the server handle is invalid, or has been overwritten by mistake. */
#define ADMKASSERVERHANDLENOTVALID                  19202 /* the server handle parameter is marked invalid */
#define ADMKASSERVERHANDLENOSERVERS                 19203 /* the server handle parameter contains no servers */
#define ADMKASCELLHANDLEANDSERVERHANDLENULL         19204 /* the cell handle and the server handle parameter cannot both be NULL */
#define ADMKASCELLHANDLEANDSERVERHANDLENOTNULL      19205 /* the cell handle and the server handle parameter cannot both be non-NULL */
#define ADMKASKASHANDLENULL                         19206 /* the authentication server handle parameter cannot be NULL */
#define ADMKASFROMNULL                              19207 /* the from parameter cannot be NULL */
#define ADMKASTONULL                                19208 /* the to parameter cannot be NULL */
#define ADMKASSERVERLISTNULL                        19209 /* the server list parameter cannot be NULL */
#define ADMKASSERVERLISTTOOLONG                     19210 /* the server list parameter contains too many servers */
#define ADMKASSERVERHANDLEPNULL                     19211 /* the server handle parameter cannot be NULL nor can it point to NULL */
#define ADMKASWHONULL                               19212 /* the who parameter cannot be NULL */
#define ADMKASPASSWORDNULL                          19213 /* the password parameter cannot be NULL */
#define ADMKASKASERVERNULL                          19214 /* the authentication server parameter cannot be NULL */
#define ADMKASLOCKEDUNTILNULL                       19215 /* the locked until parameter cannot be NULL */
#define ADMKASPRINCIPALNULL                         19216 /* the principal parameter cannot be NULL */
#define ADMKASKEYNULL                               19217 /* the key parameter cannot be NULL */
#define ADMKASLOCKENDTIMEPNULL                      19218 /* the lock end time parameter cannot be NULL */
#define ADMKASPASSWORDEXPIRESTOOBIG                 19219 /* the password expires parameter cannot be greater than 255 */
#define ADMKASFAILEDPASSWORDATTEMPTSTOOBIG          19220 /* the failed password attempts parameter cannot be greater than 255 */
#define ADMKASFAILEDPASSWORDLOCKTIME                19221 /* the failed password lock time parameter cannot be greater than 129600 */
#define ADMKASSTATSNULL                             19222 /* the stats parameter cannot be NULL */
#define ADMKASDEBUGNULL                             19223 /* the debug parameter cannot be NULL */
#define ADMKASSERVERLISTEMPTY                       19224 /* the server list parameter didn't contain any servers */
#define ADMKASPRINCIPALFIELDSNOCHANGE               19225 /* at least one principal field to set must be specified */
