Get all errors encountered after the last call to the API.
foreach (DictionaryEntry de in tmClient.getLastErrors()) =09Console.WriteLine("Error {0}: {1}", de.Key, de.Value);=20
Arguments:
None.
Returns:
Errors Hashtable with all the errors codes and messages. There may be mu= ltiple errors
Specific error codes:
None. This function never throws an exception.