1 # Copyright 2000, International Business Machines Corporation and others.
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
8 # Backup Coordinator Module error table
11 ec BC_BADARG, "Unacceptable user supplied argument"
12 ec BC_VERSIONMISMATCH, "Object has been updated"
13 ec BC_NOTUNIQUE, "Search matched more than one item"
16 ec BC_NOMEM, "Can't allocate working memory"
18 # configuration problems
19 ec BC_NOCELLCONFIG, "Can't get cell configuration information"
20 ec BC_EXISTS, "Specified item already exists"
21 ec BC_CONFIGERR, "Error in configuration parameters"
24 ec BC_NOVOLSET, "No such volume set"
25 ec BC_NOVOLENTRY, "No such volume entry"
26 ec BC_VOLSETEXISTS, "Volume set already exists"
29 ec BC_NOHOST, "No such server"
30 ec BC_NOPARTITION, "No such partition"
31 ec BC_VERSIONFAIL, "Version number mismatch"
33 # programming/internal errors
34 ec BC_NOTLOCKED, "Lock has not been acquired"
35 ec BC_INTERNALERROR, "Internal error"
37 ec BC_NOHOSTENTRY, "No such host/port entry"