Get all errors encountered after the last call to the API.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
foreach (DictionaryEntry de in tmClient.getLastErrors())
Console.WriteLine("Error {0}: {1}", de.Key, de.Value);
|
Get all errors encountered after the last call to the API.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
foreach (DictionaryEntry de in tmClient.getLastErrors())
Console.WriteLine("Error {0}: {1}", de.Key, de.Value);
|