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

getLastErrors - C#

=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
foreach (DictionaryEntry de in tmClient.getLastErrors())
=09Console.WriteLine("Error {0}: {1}", de.Key, de.Value);
=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
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15892_1972916013.1614958634503--