summaryrefslogtreecommitdiff
path: root/lib/zephyr_err.et
blob: f4f775124258b4518a814ce81c62ecc0f1789b30 (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
	et	ZEPH

ec  ZERR_PKTLEN,
	"Packet too long or buffer too small."
ec  ZERR_ILLVAL,
	"Illegal value in notice."
ec  ZERR_HMPORT,
	"Can't get host manager port."
ec  ZERR_NOMEM,
	"Out of memory."
ec  ZERR_PORTINUSE,
	"Can't assign port."
ec  ZERR_BADPKT,
	"Bad packet format."
ec  ZERR_VERS,
	"Incompatible version numbers."
ec  ZERR_NOPORT,
	"No port opened."
ec  ZERR_NONOTICE,
	"No notices match criteria."
ec  ZERR_QLEN,
	"Input queue too long."
ec  ZERR_HMDEAD,
	"Hostmanager not responding."

	end