Revision 23815,
685 bytes
checked in by broder, 15 years ago
(diff) |
In discuss:
* Assorted changes to make discuss work with any combination of krb4 and
krb5 (including neither).
|
Line | |
---|
1 | error_table disc |
---|
2 | |
---|
3 | error_code DISC_INVALID_TRN_SPECS, |
---|
4 | "Invalid transaction specification" |
---|
5 | |
---|
6 | ec DISC_NO_MTG, |
---|
7 | "No current meeting" |
---|
8 | |
---|
9 | ec DISC_NO_TRN, |
---|
10 | "No transactions selected" |
---|
11 | |
---|
12 | ec DISC_MTG_NOT_FOUND, |
---|
13 | "Meeting not found in your meetings list" |
---|
14 | |
---|
15 | ec DISC_NOT_ANNOUNCEMENT, |
---|
16 | "Transaction is not a meeting announcement" |
---|
17 | |
---|
18 | ec DISC_DUPLICATE_MTG, |
---|
19 | "Meeting is already in list of meetings" |
---|
20 | |
---|
21 | # semi-generic codes... |
---|
22 | |
---|
23 | ec ET_CHILD_DIED, |
---|
24 | "Child died on signal" |
---|
25 | |
---|
26 | ec ET_CHILD_ERR, |
---|
27 | "Child exited with error status" |
---|
28 | |
---|
29 | ec DSC_NO_MORE, |
---|
30 | "No more transactions" |
---|
31 | |
---|
32 | ec DISC_ACTION_NOT_PERFORMED, |
---|
33 | "Action not performed" |
---|
34 | |
---|
35 | ec DISC_NO_KRB, |
---|
36 | "No Kerberos support built in" |
---|
37 | |
---|
38 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.