build: compile_et rules for parallel make
[openafs.git] / src / bubasics / butc_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 Tape Coordinator Module error table
9
10 error_table BUTC
11 # dump/restore management
12         ec TC_DUMPERROR, "error in dump/restore process "
13         ec TC_FORCEDABORT, "ungraceful abort "
14         ec TC_ABORTED, "the process has already been aborted"
15         ec TC_WORKINPROGRESS, "unable to end dump/restore since work in progress"
16         ec TC_INCOMPLETEDUMP, "some of the dump/restores were unsuccessful"
17         ec TC_ABORTFAILED, "could not abort the process "
18         ec TC_ABORTEDBYREQUEST, "the process was aborted by request"
19         ec TC_SCANFAILURE, "scan tape resulted in failure"
20
21 #status errors
22         ec TC_NODENOTFOUND, "No dump task with specified ID"
23         ec TC_NOTASKS, "No tasks active"
24
25 #tape errors
26         ec TC_VOLUMENOTONTAPE,"the volume was not found on tape"
27         ec TC_PREMATUREEOF,"unexpected EOF encountered on tape"
28         ec TC_MISSINGTRAILER,"missing file trailer on tape"
29         ec TC_WRONGTAPE,"unexpected tape label"
30         ec TC_TAPEUNUSABLE,"tape was unusable"
31         ec TC_BADVOLHEADER, "corrupted volume header on tape"
32 #general
33         ec TC_INTERNALERROR, "internal error"
34         ec TC_BADQUEUE, "corruption in internal queue data structures"
35         ec TC_NOMEMORY, "memory allocation failure"
36         ec TC_NOTPERMITTED, "access denied"
37
38         ec TC_SKIPTAPE, "tape requested to be skipped"
39         ec TC_BADTASK,  "invalid task"
40 end