]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - server/zsrv_err.et
r235@bucket (orig r231): kcr | 2007-12-26 11:19:12 -0500
[1ts-debian.git] / server / zsrv_err.et
1 #       Copyright (c) 1987,1988 Massachusetts Institute of Technology
2 #
3 #       For copying and distribution information, see the file
4 #       "mit-copyright.h".
5 #
6 #       $Id$
7         et      zsrv
8
9 ec ZSRV_BADASSOC,
10         "Client not associated with class"
11 ec ZSRV_NOCLT,
12         "No such client"
13 ec ZSRV_NOSUB,
14         "No such subscription"
15 ec ZSRV_NOCLASS,
16         "Class unknown"
17 ec ZSRV_CLASSXISTS,
18         "Class already registered"
19 ec ZSRV_CLASSRESTRICTED,
20         "Class already restricted"
21 ec ZSRV_HNOTFOUND,
22         "Host manager unknown"
23 ec ZSRV_WRONGSRV,
24         "Host not on this server"
25 ec ZSRV_PKSHORT,
26         "Pkt length too short"
27 ec ZSRV_BUFSHORT,
28         "Buffer too short"      
29 ec ZSRV_LEN,
30         "Read/Write length wrong"
31 ec ZSRV_UNKNOWNOPCODE,
32         "Unknown opcode"
33 ec ZSRV_REQUEUE,
34         "Requeue for later processing"
35 ec ZSRV_RCSID,
36         "$Id$"
37 ec ZSRV_BADSUBPORT,
38         "Illegal port specified in subscription"
39 ec ZSRV_NORLM,
40         "No such realm"
41 ec ZSRV_EMPTYCLASS,
42         "Class is now empty"
43         end