2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-01-26 13:42:22 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.1 -->
|
|
|
|
<refentry id="function.yaz-addinfo">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>yaz_addinfo</refname>
|
|
|
|
<refpurpose>Returns additional error information</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
2003-01-16 09:44:49 +00:00
|
|
|
<type>string</type><methodname>yaz_addinfo</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2004-01-26 13:42:22 +00:00
|
|
|
Returns additional error message for server (last request), identified by
|
2003-06-15 15:21:05 +00:00
|
|
|
parameter <parameter>id</parameter>. An empty string is returned if the
|
2003-12-19 15:50:07 +00:00
|
|
|
last operation was successful or if no additional information was provided
|
2004-01-26 13:42:22 +00:00
|
|
|
by the server.
|
2003-06-15 15:21:05 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
See also <function>yaz_error</function>.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|