backport to buster
[hcoop/debian/openafs.git] / src / vlserver / vl_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# NOTE: VL_PERM value is hardcoded in audit/audit.h, so if you make
11# changes here, make sure that audit/audit.h is kept up to date.
12
13error_table VL
14 ec VL_IDEXIST, "Volume Id entry exists in vl database"
15 ec VL_IO, "I/O related error"
16 ec VL_NAMEEXIST, "Volume name entry exists in vl database"
17 ec VL_CREATEFAIL, "Internal creation failure"
18 ec VL_NOENT, "No such entry"
19 ec VL_EMPTY, "Vl database is empty"
20 ec VL_ENTDELETED, "Entry is deleted (soft delete)"
21 ec VL_BADNAME, "Volume name is illegal"
22 ec VL_BADINDEX, "Index is out of range"
23 ec VL_BADVOLTYPE, "Bad volume type"
24 ec VL_BADSERVER, "Illegal server number (out of range)"
25 ec VL_BADPARTITION, "Bad partition number"
26 ec VL_REPSFULL, "Run out of space for Replication sites"
27 ec VL_NOREPSERVER, "No such Replication server site exists"
28 ec VL_DUPREPSERVER, "Replication site already exists"
29 ec VL_RWNOTFOUND, "Parent R/W entry not found"
30 ec VL_BADREFCOUNT, "Illegal Reference Count number"
31 ec VL_SIZEEXCEEDED, "Vl size for attributes exceeded"
32 ec VL_BADENTRY, "Bad incoming vl entry"
33 ec VL_BADVOLIDBUMP, "Illegal max volid increment"
34 ec VL_IDALREADYHASHED, "RO/BACK id already hashed"
35 ec VL_ENTRYLOCKED, "Vl entry is already locked"
36 ec VL_BADVOLOPER, "Bad volume operation code"
37 ec VL_BADRELLOCKTYPE, "Bad release lock type"
38 ec VL_RERELEASE, "Status report: last release was aborted"
39 ec VL_BADSERVERFLAG, "Invalid replication site server flag"
40 ec VL_PERM, "No permission access"
41 ec VL_NOMEM, "malloc(realloc) failed to alloc enough memory"
42 ec VL_BADVERSION, "Wrong vldb version"
43 ec VL_INDEXERANGE, "Index out of range"
44 ec VL_MULTIPADDR, "Servers have the same ip address"
45 ec VL_BADMASK, "Illegal attribute mask value"
46end