summaryrefslogtreecommitdiff
path: root/server/zsrv_err.et
blob: d50f5188a0374b2075c1d2746064dc18a2a8eca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#	$Source$
#	$Author$
#	$Header$
	et	zsrv

ec ZSRV_BADASSOC,
	"Client not associated with class"
ec ZSRV_NOCLT,
	"No such client"
ec ZSRV_NOSUB,
	"No such subscription"
ec ZSRV_NOCLASS,
	"Class unkown"
ec ZSRV_CLASSXISTS,
	"Class already registered"
ec ZSRV_CLASSRESTRICTED,
	"Class already restricted"
ec ZSRV_HNOTFOUND,
	"Host manager unknown"
ec ZSRV_WRONGSRV,
	"Host not on this server"
ec ZSRV_PKSHORT,
	"Pkt length too short"
ec ZSRV_BUFSHORT,
	"Buffer too short"	
ec ZSRV_LEN,
	"Read/Write length wrong"
ec ZSRV_UNKNOWNOPCODE,
	"Unknown opcode"
ec ZSRV_RCSID,
	"$Header$"
	end