ratatoskr-messenger/lib/zephyr_err.et

58 lines
1.3 KiB
Plaintext

# Copyright 1987,1988 Massachusetts Institute of Technology
#
# For copying and distribution information, see the file
# "mit-copyright.h".
#
# $Id$
#
et zeph
ec ZERR_PKTLEN,
"Packet too long or buffer too small"
ec ZERR_HEADERLEN,
"Notice header too large"
ec ZERR_ILLVAL,
"Illegal value in notice"
ec ZERR_HMPORT,
"Can't get host manager port"
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"
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