76c71d7008133f1eaa1ce1864b549dfb6e85c1e4
[openafs.git] / src / tests / xf_errs.et
1 # CMUCS AFStools
2 # dumpscan - routines for scanning and manipulating AFS volume dumps
3 #
4 # Copyright (c) 1998 Carnegie Mellon University
5 # All Rights Reserved.
6 #
7 # Permission to use, copy, modify and distribute this software and its
8 # documentation is hereby granted, provided that both the copyright
9 # notice and this permission notice appear in all copies of the
10 # software, derivative works or modified versions, and any portions
11 # thereof, and that both notices appear in supporting documentation.
12 #
13 # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
14 # CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
15 # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
16 #
17 # Carnegie Mellon requests users of this software to return to
18 #
19 #  Software Distribution Coordinator  or  Software_Distribution@CS.CMU.EDU
20 #  School of Computer Science
21 #  Carnegie Mellon University
22 #  Pittsburgh PA 15213-3890
23 #
24 # any improvements or extensions that they make and grant Carnegie Mellon
25 # the rights to redistribute these changes.
26
27 # xf_errs.et - Error table for xfiles
28
29 error_table xFil
30   ec ERROR_XFILE_EOF,            "EOF while reading XFILE"
31   ec ERROR_XFILE_WRONLY,         "XFILE may not be opened write-only"
32   ec ERROR_XFILE_RDONLY,         "XFILE is read-only"
33   ec ERROR_XFILE_NOSEEK,         "XFILE is not seekable"
34   ec ERROR_XFILE_ISPASS,         "XFILE passthru already set"
35   ec ERROR_XFILE_NOPASS,         "XFILE passthru not set"
36   ec ERROR_XFILE_TYPE,           "unknown XFILE type"
37 end