audit: remove static local realms
[openafs.git] / src / tools / dumpscan_errs.et
1 # COPYRIGHT NOTICE
2 # Copyright (c) 1997 Carnegie Mellon University
3 # All Rights Reserved.
4 #
5 # Permission to use, copy, modify and distribute this software and its
6 # documentation is hereby granted, provided that both the copyright
7 # notice and this permission notice appear in all copies of the
8 # software, derivative works or modified versions, and any portions
9 # thereof, and that both notices appear in supporting documentation.
10 #
11 # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
12 # CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
13 # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
14 #
15 # Carnegie Mellon requests users of this software to return to
16 #
17 #  Software Distribution Coordinator  or  Software_Distribution@CS.CMU.EDU
18 #  School of Computer Science
19 #  Carnegie Mellon University
20 #  Pittsburgh PA 15213-3890
21 #
22 # any improvements or extensions that they make and grant Carnegie Mellon
23 # the rights to redistribute these changes.
24
25 # UB - Unified Backups
26 # methods/afs/dumpscan/afsdump_errs.et - AFS dump scanner errors
27
28 error_table AVds
29   ec DSERR_TAG,            "Unknown tag in AFS volume dump"
30   ec DSERR_MAGIC,          "Bad magic number in AFS volume dump"
31   ec DSERR_BOGUS,          "Bogus value in AFS volume dump"
32   ec DSERR_FMT,            "AFS volume dump format incorrect"
33   ec DSERR_KEEP,           "[AFS dumpscan internal: keep string]"
34   ec DSERR_PANIC,          "[AFS dumpscan internal: panic]"
35   ec DSERR_DONE,           "[AFS dumpscan internal: done]"
36   ec DSERR_MEM,            "[AFS dumpscan internal: out of memory]"
37 end