reference/gearman/gearmanclient/error.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,17 +1,16 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.error" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::error</refname>
7
-
<refpurpose>Returns an error string for the last error encountered.</refpurpose>
6
+
<refpurpose>Returns an error string for the last error encountered</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>GearmanClient::error</methodname>
14
-
<void />
11
+
<methodsynopsis role="GearmanClient">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>GearmanClient::error</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns an error string for the last error encountered.
...
...
@@ -26,7 +25,7 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
A human readable error string.
28
+
A human readable error string, or &false; if there is no error message available.
30
29
</para>
31
30
</refsect1>
32
31

...
...
@@ -40,7 +39,6 @@
40
39
</refsect1>
41
40

42
41
</refentry>
43
-

44
42
<!-- Keep this comment at the end of the file
45
43
Local variables:
46
44
mode: sgml
47
45