Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / auth / acfg_errors.et
CommitLineData
805e021f
CE
1# Copyright 2000, International Business Machines Corporation and others.
2# All Rights Reserved.
3#
4# This software has been released under the terms of the IBM Public
5# License. For details, see the LICENSE file in the top-level source
6# directory or online at http://www.openafs.org/dl/license10.html
7
8# */
9
10# AFS Configuration Package error table
11
12error_table ACFG
13 ec AFSCONF_FAILURE, "mysterious failure"
14 ec AFSCONF_NOTFOUND, "could not find entry"
15 ec AFSCONF_UNKNOWN, "do not know that information"
16 ec AFSCONF_NOCELL, "line appears before a cell has been defined"
17 ec AFSCONF_SYNTAX, "syntax error"
18 ec AFSCONF_NODB, "a database file is missing"
19 ec AFSCONF_FULL, "no more entries"
20 ec AFSCONF_NOCELLDB, "unable to open cell database"
21 ec AFSCONF_NO_SECURITY_CLASS, "unable to build security class"
22 ec AFSCONF_BADKEY, "key doesn't meet requirements"
23 ec AFSCONF_NOCELLNAME, "cannot determine local cell name"
24end