Document ZOOM::diag_srw_str()
authormike <mike>
Fri, 14 Sep 2007 10:35:02 +0000 (10:35 +0000)
committermike <mike>
Fri, 14 Sep 2007 10:35:02 +0000 (10:35 +0000)
lib/ZOOM.pod

index acc0cce..6c76b19 100644 (file)
@@ -1,4 +1,4 @@
-# $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;
@@ -98,6 +98,13 @@ C<ZOOM::Connection::errcode()>,
 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);