reference/intl/intlcalendar/geterrormessage.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlcalendar.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getErrorMessage</refname>
...
...
@@ -11,13 +10,13 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>string</type><methodname>IntlCalendar::getErrorMessage</methodname>
16
-
<void />
17
-
</methodsynopsis>
13
+
<methodsynopsis role="IntlCalendar">
14
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>IntlCalendar::getErrorMessage</methodname>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
-
<methodsynopsis role="procedural">
20
-
<type>string</type><methodname>intlcal_get_error_message</methodname>
18
+
<methodsynopsis>
19
+
<type class="union"><type>string</type><type>false</type></type><methodname>intlcal_get_error_message</methodname>
21
20
<methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
...
...
@@ -48,7 +47,8 @@
48
47
&reftitle.returnvalues;
49
48
<para>
50
49
The error message associated with last error that occurred in a function call
51
-
on this object, or a string indicating the non-existance of an error.
50
+
on this object, or a string indicating the non-existence of an error.
51
+
Returns &false; on failure.
52
52
</para>
53
53
</refsect1>
54
54

...
...
@@ -80,7 +80,6 @@ string(82) "intlcal_get_weekend_transition: Error calling ICU method: U_ILLEGAL_
80
80
</refsect1>
81
81

82
82
</refentry>
83
-

84
83
<!-- Keep this comment at the end of the file
85
84
Local variables:
86
85
mode: sgml
87
86