Unused variable cleanup
[openafs.git] / src / bucoord / bucoord_errs.et
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 # Backup Coordinator Module error table
9
10 error_table BUCD
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"
14
15 # resource problems
16         ec BC_NOMEM, "Can't allocate working memory"
17
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"
22
23 # volume sets
24         ec BC_NOVOLSET, "No such volume set"
25         ec BC_NOVOLENTRY, "No such volume entry"
26         ec BC_VOLSETEXISTS, "Volume set already exists"
27
28 # general
29         ec BC_NOHOST, "No such server"  
30         ec BC_NOPARTITION, "No such partition"
31         ec BC_VERSIONFAIL, "Version number mismatch"
32
33 # programming/internal errors
34         ec BC_NOTLOCKED, "Lock has not been acquired"
35         ec BC_INTERNALERROR, "Internal error"
36
37         ec BC_NOHOSTENTRY, "No such host/port entry"
38 end