Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

 

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

Example
1
2
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.