Message-ID: <1309897026.15851.1614958443210.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15850_1836742560.1614958443210" ------=_Part_15850_1836742560.1614958443210 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getLastErrors - Java

getLastErrors - Java

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Get all errors encountered after the last call to the API.

=20
=20
=20
=20
=20
=20
Example
=20
Hashtable<String, String> errors =3D tmClient.getLastErrors();
for(Map.Entry<String, String> error: errors.entrySet())
=09System.out.println("Error code " + error.getKey() + ": &q=
uot; + error.getValue());
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None.

=20
=20
=20
=20
=20
=20

Returns:

=20
=20
=20
=20

Errors Hashtable with all the errors codes and messages. There may be mu= ltiple errors.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. This function never throws an exception.

=20
=20
=20
=20
=20
=20
Next
=20 =20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15850_1836742560.1614958443210--