backport to buster
[hcoop/debian/openafs.git] / src / bubasics / butm_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 # */
9
10 # Backup Tape Module error table
11
12 error_table BUTM
13 ec BUTM_OLDINTERFACE, "interface incompatible"
14 ec BUTM_NOMOUNT, "there is not an opened tape"
15 ec BUTM_PARALLELMOUNTS, "multiple simultaneous opens not permitted"
16 ec BUTM_MOUNTFAIL, "can't open tape"
17 ec BUTM_DISMOUNTFAIL, "error during tape close"
18 ec BUTM_IO, "tape I/O error"
19 ec BUTM_READONLY, "write operation on read-only tape"
20 ec BUTM_BADOP, "operation inappropriate in this context"
21 ec BUTM_SHORTREAD, "read file ended before all data read"
22 ec BUTM_SHORTWRITE, "write a zero length file"
23 ec BUTM_EOT, "end of tape"
24 ec BUTM_BADCONFIG, "problem reading configuration"
25 ec BUTM_BADARGUMENT, "argument too long or out of range"
26 ec BUTM_ENDVOLUME, "unexpected end of volume data"
27 ec BUTM_LABEL, "appended tape label"
28 ec BUTM_EOD, "end of dump"
29 ec BUTM_IOCTL, "tape device error"
30 ec BUTM_EOF, "end-of-file marker"
31 ec BUTM_BADBLOCK, "unexpected tape datablock"
32 ec BUTM_NOLABEL, "no label on tape"
33 ec BUTM_POSITION, "cannot position within the file"
34 end