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