1 | # $Id: globalmessage_err.et,v 1.1 1999-12-08 22:05:02 danw Exp $ |
---|
2 | |
---|
3 | # Copyright 1988, 1998 by the Massachusetts Institute of Technology. |
---|
4 | # |
---|
5 | # Permission to use, copy, modify, and distribute this |
---|
6 | # software and its documentation for any purpose and without |
---|
7 | # fee is hereby granted, provided that the above copyright |
---|
8 | # notice appear in all copies and that both that copyright |
---|
9 | # notice and this permission notice appear in supporting |
---|
10 | # documentation, and that the name of M.I.T. not be used in |
---|
11 | # advertising or publicity pertaining to distribution of the |
---|
12 | # software without specific, written prior permission. |
---|
13 | # M.I.T. makes no representations about the suitability of |
---|
14 | # this software for any purpose. It is provided "as is" |
---|
15 | # without express or implied warranty. |
---|
16 | |
---|
17 | et gms |
---|
18 | |
---|
19 | ec GMS_MALLOC_ERR, |
---|
20 | "Unable to allocate memory" |
---|
21 | ec GMS_NULL_ARG_ERR, |
---|
22 | "Invalid NULL argument to internal routine" |
---|
23 | ec GMS_BAD_ARG_ERR, |
---|
24 | "Out of range argument to internal routine" |
---|
25 | ec GMS_NO_SERVICE_NAME, |
---|
26 | "Couldn't find port for global message service" |
---|
27 | ec GMS_BAD_REQUEST_NAME, |
---|
28 | "Message name is invalid" |
---|
29 | ec GMS_GH_HOST_NOT_FOUND, |
---|
30 | "No such host is known" |
---|
31 | ec GMS_GH_TRY_AGAIN, |
---|
32 | "Temporary nameserver error looking up hostname" |
---|
33 | ec GMS_GH_NO_RECOVERY, |
---|
34 | "Non-temporary nameserver error looking up hostname" |
---|
35 | ec GMS_GH_NO_ADDRESS, |
---|
36 | "Name valid but not an IP address" |
---|
37 | ec GMS_GH_ER_INVALID, |
---|
38 | "Unexpected error return from gethostbyname" |
---|
39 | ec GMS_CLIENT_VERSION, |
---|
40 | "Request from client had wrong version number" |
---|
41 | ec GMS_SERVER_VERSION, |
---|
42 | "Reply from server had wrong version number" |
---|
43 | ec GMS_SERVER_GARBLED, |
---|
44 | "Reply from server had garbled message" |
---|
45 | ec GMS_SERVER_ERR, |
---|
46 | "Reply from server contained error response" |
---|
47 | ec GMS_USER_VERSION, |
---|
48 | "User timestamp file had wrong version number" |
---|
49 | ec GMS_USER_GARBLED, |
---|
50 | "User timestamp file was garbled" |
---|
51 | ec GMS_OLD_MESSAGE, |
---|
52 | "Message older than last one seen" |
---|
53 | ec GMS_TIMED_OUT, |
---|
54 | "Timed out without reply from server" |
---|
55 | end |
---|
56 | |
---|
57 | |
---|