source: trunk/athena/bin/gms/globalmessage_err.et @ 1482

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
13ec  GMS_MALLOC_ERR,
14        "Unable to allocate memory"
15ec  GMS_NULL_ARG_ERR,
16        "Invalid NULL argument to internal routine"
17ec  GMS_BAD_ARG_ERR,
18        "Out of range argument to internal routine"
19ec  GMS_NO_SERVICE_NAME,
20        "Couldn't find port for global message service"
21ec  GMS_BAD_REQUEST_NAME,
22        "Message name is invalid"
23ec  GMS_GH_HOST_NOT_FOUND,
24        "No such host is known"
25ec  GMS_GH_TRY_AGAIN,
26        "Temporary nameserver error looking up hostname"
27ec  GMS_GH_NO_RECOVERY,
28        "Non-temporary nameserver error looking up hostname"
29ec  GMS_GH_NO_ADDRESS,
30        "Name valid but not an IP address"
31ec  GMS_GH_ER_INVALID,
32        "Unexpected error return from gethostbyname"
33ec  GMS_CLIENT_VERSION,
34        "Request from client had wrong version number"
35ec  GMS_SERVER_VERSION,
36        "Reply from server had wrong version number"
37ec  GMS_SERVER_GARBLED,
38        "Reply from server had garbled message"
39ec  GMS_SERVER_ERR,
40        "Reply from server contained error response"
41ec  GMS_USER_VERSION,
42        "User timestamp file had wrong version number"
43ec  GMS_USER_GARBLED,
44        "User timestamp file was garbled"
45ec  GMS_OLD_MESSAGE,
46        "Message older than last one seen"
47ec  GMS_TIMED_OUT,
48        "Timed out without reply from server"
49        end
50
51
Note: See TracBrowser for help on using the repository browser.