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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
# Copyright 1987,1988 Massachusetts Institute of Technology
#
# For copying and distribution information, see the file
# "mit-copyright.h".
#
# $Id: 8fae4b3c0383d5f5165d89c9cf8db1f2aa6f3b08 $
#
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
|