]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/lib/zephyr_err.et
8fae4b3c0383d5f5165d89c9cf8db1f2aa6f3b08
[1ts-debian.git] / zephyr / lib / zephyr_err.et
1 #       Copyright 1987,1988 Massachusetts Institute of Technology
2 #
3 #       For copying and distribution information, see the file
4 #       "mit-copyright.h".
5
6 #       $Id$
7 #
8         et      zeph
9
10 ec  ZERR_PKTLEN,
11         "Packet too long or buffer too small"
12 ec  ZERR_HEADERLEN,
13         "Notice header too large"
14 ec  ZERR_ILLVAL,
15         "Illegal value in notice"
16 ec  ZERR_HMPORT,
17         "Can't get host manager port"
18 ec  ZERR_PORTINUSE,
19         "Can't assign port"
20 ec  ZERR_BADPKT,
21         "Bad packet format"
22 ec  ZERR_VERS,
23         "Incompatible version numbers"
24 ec  ZERR_NOPORT,
25         "No port opened"
26 ec  ZERR_NONOTICE,
27         "No notices match criteria"
28 ec  ZERR_QLEN,
29         "Input queue too long"
30 ec  ZERR_HMDEAD,
31         "Hostmanager not responding"
32 ec  ZERR_INTERNAL,
33         "Internal error"
34 ec  ZERR_NOLOCATIONS,
35         "No previous call to ZLocateUser"
36 ec  ZERR_NOMORELOCS,
37         "No more locations available"
38 ec  ZERR_FIELDLEN,
39         "Field too long for buffer"
40 ec  ZERR_BADFIELD,
41         "Improperly formatted field"
42 ec  ZERR_SERVNAK,
43         "SERVNAK received"
44 ec  ZERR_AUTHFAIL,
45         "Server could not verify authentication"
46 ec  ZERR_LOGINFAIL,
47         "Not logged-in"
48 ec  ZERR_NOSUBSCRIPTIONS,
49         "No previous call to ZRetrieveSubscriptions"
50 ec  ZERR_NOMORESUBSCRIPTIONS,
51         "No more subscriptions available"
52 ec  ZERR_TOOMANYSUBS,
53         "Too many subscriptions to transmit"
54 ec  ZERR_EOF,
55         "End of file detected during read"
56
57         end