summaryrefslogtreecommitdiff
path: root/lib/zephyr_err.et
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-06-12 13:15:24 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-06-12 13:15:24 +0000
commit0bbd371874492ecf9630cfa620af5812e6778115 (patch)
tree671daa42e45f95ad995980cc950fe0af10308e60 /lib/zephyr_err.et
parent344d1bd93737255173323338fceb160f7b94a1e7 (diff)
Initial revision
Diffstat (limited to 'lib/zephyr_err.et')
-rw-r--r--lib/zephyr_err.et26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/zephyr_err.et b/lib/zephyr_err.et
new file mode 100644
index 0000000..f4f7751
--- /dev/null
+++ b/lib/zephyr_err.et
@@ -0,0 +1,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