Revision 1482,
1.5 KB
checked in by eichin, 36 years ago
(diff) |
Initial revision
|
Line | |
---|
1 | # This file is part of the Project Athena Global Message System. |
---|
2 | # Created by: Mark W. Eichin <eichin@athena.mit.edu> |
---|
3 | # $Source: /afs/dev.mit.edu/source/repository/athena/bin/gms/globalmessage_err.et,v $ |
---|
4 | # $Author: eichin $ |
---|
5 | # |
---|
6 | # Copyright (c) 1988 by the Massachusetts Institute of Technology. |
---|
7 | # For copying and distribution information, see the file |
---|
8 | # "mit-copyright.h". |
---|
9 | # |
---|
10 | |
---|
11 | et gms |
---|
12 | |
---|
13 | ec GMS_MALLOC_ERR, |
---|
14 | "Unable to allocate memory" |
---|
15 | ec GMS_NULL_ARG_ERR, |
---|
16 | "Invalid NULL argument to internal routine" |
---|
17 | ec GMS_BAD_ARG_ERR, |
---|
18 | "Out of range argument to internal routine" |
---|
19 | ec GMS_NO_SERVICE_NAME, |
---|
20 | "Couldn't find port for global message service" |
---|
21 | ec GMS_BAD_REQUEST_NAME, |
---|
22 | "Message name is invalid" |
---|
23 | ec GMS_GH_HOST_NOT_FOUND, |
---|
24 | "No such host is known" |
---|
25 | ec GMS_GH_TRY_AGAIN, |
---|
26 | "Temporary nameserver error looking up hostname" |
---|
27 | ec GMS_GH_NO_RECOVERY, |
---|
28 | "Non-temporary nameserver error looking up hostname" |
---|
29 | ec GMS_GH_NO_ADDRESS, |
---|
30 | "Name valid but not an IP address" |
---|
31 | ec GMS_GH_ER_INVALID, |
---|
32 | "Unexpected error return from gethostbyname" |
---|
33 | ec GMS_CLIENT_VERSION, |
---|
34 | "Request from client had wrong version number" |
---|
35 | ec GMS_SERVER_VERSION, |
---|
36 | "Reply from server had wrong version number" |
---|
37 | ec GMS_SERVER_GARBLED, |
---|
38 | "Reply from server had garbled message" |
---|
39 | ec GMS_SERVER_ERR, |
---|
40 | "Reply from server contained error response" |
---|
41 | ec GMS_USER_VERSION, |
---|
42 | "User timestamp file had wrong version number" |
---|
43 | ec GMS_USER_GARBLED, |
---|
44 | "User timestamp file was garbled" |
---|
45 | ec GMS_OLD_MESSAGE, |
---|
46 | "Message older than last one seen" |
---|
47 | ec GMS_TIMED_OUT, |
---|
48 | "Timed out without reply from server" |
---|
49 | end |
---|
50 | |
---|
51 | |
---|
Note: See
TracBrowser
for help on using the repository browser.