summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-08-06 18:11:46 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-08-06 18:11:46 +0000
commit84c976567e9dca8480cd4776e81a3dd671256942 (patch)
treefc365070fc642ca4c4c248ca5b225ef424af7b95
parent0df1a09fc0dfcb06fd9333339efa92c93e6b25ab (diff)
Various stuff
-rw-r--r--lib/zephyr_err.et26
1 files changed, 24 insertions, 2 deletions
diff --git a/lib/zephyr_err.et b/lib/zephyr_err.et
index dda73a1..f4331b3 100644
--- a/lib/zephyr_err.et
+++ b/lib/zephyr_err.et
@@ -6,8 +6,6 @@ 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,
@@ -22,5 +20,29 @@ ec ZERR_QLEN,
"Input queue too long"
ec ZERR_HMDEAD,
"Hostmanager not responding"
+ec ZERR_INTERNAL,
+ "Internal error"
+ec ZERR_NOLOCATIONS,
+ "No previous call to ZLocateUser"
+ec ZERR_NOMORELOCS,
+ "No more locations available"
+ec ZERR_FIELDLEN,
+ "Field too long for buffer"
+ec ZERR_BADFIELD,
+ "Improperly formatted field"
+ec ZERR_SERVNAK,
+ "SERVNAK received"
+ec ZERR_AUTHFAIL,
+ "Server could not verify authentication"
+ec ZERR_LOGINFAIL,
+ "Not logged-in"
+ec ZERR_NOSUBSCRIPTIONS,
+ "No previous call to ZRetrieveSubscriptions"
+ec ZERR_NOMORESUBSCRIPTIONS,
+ "No more subscriptions available"
+ec ZERR_TOOMANYSUBS,
+ "Too many subscriptions to transmit"
+ec ZERR_EOF,
+ "End of file detected during read"
end