-# $Id: ZOOM.pod,v 1.43 2007-05-09 12:03:52 mike Exp $
+# $Id: ZOOM.pod,v 1.44 2007-09-14 10:35:02 mike Exp $
use strict;
use warnings;
irrespective of whether it is a member of the C<ZOOM::Error>
enumeration or drawn from the BIB-1 diagnostic set.
+=head2 ZOOM::diag_srw_str()
+
+ $msg = ZOOM::diag_srw_str(18);
+
+Returns a human-readable English-language string corresponding to the
+specified SRW error code.
+
=head2 ZOOM::event_str()
$msg = ZOOM::event_str(ZOOM::Event::RECV_APDU);