When performing a z39.50 search during cataloging, there are various errors that can be returned from ZOOM.. these have errors codes, but they also have nicer strings too.. which we're hiding! We should return both in the result.
Created attachment 169953 [details] [review] Bug 37546: Output error message from ZOOM in Z3950 errors
How does one test this?
Ohh I am curious about this as well
I found this whilst hitting a Z39.50 server that was misconfigured somewhere.. it's since working so I'm not able to offer a simple test plan.. The code is simple to read however.. we're just grabbing the message as well as the code now and displaying where we once only displayed the error code. It makes debugging Z connections easier basically.