Add new API function ZOOM_diag_str(), which maps error code to
authorMike Taylor <mike@indexdata.com>
Sat, 30 Nov 2002 22:30:51 +0000 (22:30 +0000)
committerMike Taylor <mike@indexdata.com>
Sat, 30 Nov 2002 22:30:51 +0000 (22:30 +0000)
commit162ddfa4248521c7af9183eac839353434c67f3c
tree71d2e93eda56c0d22e657a25ee046cdd20b3f725
parentc3e00d3758858e61b92e3e1ba9ce08aa91cc1bee
Add new API function ZOOM_diag_str(), which maps error code to
human-readable message.  It uses code lifted from ZOOM_connection_error()
(which now calls it) to map the ZOOM-specific errors by hand, and fall
back to diagbib1_str() for others.  I did this because I need the new
function in ZOOM-C++, for reasons which would be otiose, for the moment,
to rehearse.
include/yaz/zoom.h
zutil/zoom-c.c