Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

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

Code Block
themeRDark
languagec#
titleExample
linenumberstrue
foreach (DictionaryEntry de in tmClient.getLastErrors())
	Console.WriteLine("Error {0}: {1}", de.Key, de.Value);

Arguments:

None.

Returns:

Errors Hashtable with all the errors codes and messages. There may be multiple errors

Specific error codes:

None. This function never throws an exception.

Panel
title
  • Next