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

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.