Revision 10047,
1.5 KB
checked in by mbarker, 27 years ago
(diff) |
Fix typo (insufficIent) and make "cannot" consistent (bugs[15138])
|
Line | |
---|
1 | # |
---|
2 | # Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology |
---|
3 | # Developed by the MIT Student Information Processing Board (SIPB). |
---|
4 | # For copying information, see the file mit-copyright.h in this release. |
---|
5 | # |
---|
6 | # |
---|
7 | # Table of discuss error codes and messages |
---|
8 | # |
---|
9 | |
---|
10 | error_table dsc |
---|
11 | |
---|
12 | ec DUP_MTG_NAME, |
---|
13 | "Meeting already exists" |
---|
14 | |
---|
15 | ec BAD_PATH, |
---|
16 | "A bad pathname was given" |
---|
17 | |
---|
18 | ec NO_ACCESS, |
---|
19 | "Insufficient access for operation" |
---|
20 | |
---|
21 | ec NO_SUCH_MTG, |
---|
22 | "Meeting does not exist" |
---|
23 | |
---|
24 | ec NEW_VERSION, |
---|
25 | "Invalid version number in meeting" |
---|
26 | |
---|
27 | ec INCONSISTENT, |
---|
28 | "There is an inconsistency in the meeting" |
---|
29 | |
---|
30 | ec BAD_MTG_NAME, |
---|
31 | "Invalid meeting name" |
---|
32 | |
---|
33 | ec NO_SUCH_TRN, |
---|
34 | "No such transaction" |
---|
35 | |
---|
36 | ec DELETED_TRN, |
---|
37 | "Transaction has been deleted" |
---|
38 | |
---|
39 | ec NO_WRITE, |
---|
40 | "Cannot write to transaction file" |
---|
41 | |
---|
42 | ec EXPUNGED_TRN, |
---|
43 | "Transaction has been expunged" |
---|
44 | |
---|
45 | ec TRN_NOT_DELETED, |
---|
46 | "Transaction is not deleted" |
---|
47 | |
---|
48 | ec CANNOT_REMOVE, |
---|
49 | "Cannot remove meeting" |
---|
50 | |
---|
51 | ec BAD_MODES, |
---|
52 | "Invalid mode for this access control list" |
---|
53 | |
---|
54 | ec NO_PRINC, |
---|
55 | "Principal not on access control list" |
---|
56 | |
---|
57 | ec NO_MTGS_FILE, |
---|
58 | "No '.meetings' file" |
---|
59 | |
---|
60 | ec BAD_MTGS_FILE, |
---|
61 | "Invalid format in meetings file" |
---|
62 | |
---|
63 | ec YOU_TWIT, |
---|
64 | "Chairman cannot remove his own access" |
---|
65 | |
---|
66 | ec NO_SUCH_USER, |
---|
67 | "No such user on this system" |
---|
68 | |
---|
69 | ec CANT_WRITE_TEMP, |
---|
70 | "Cannot write temporary file" |
---|
71 | |
---|
72 | ec CANT_ATTEND, |
---|
73 | "Insufficient access to attend meeting" |
---|
74 | |
---|
75 | ec NO_SUPPORT, |
---|
76 | "Server does not support this operation" |
---|
77 | |
---|
78 | ec MTG_MOVED, |
---|
79 | "The meeting has moved" |
---|
80 | |
---|
81 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.