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
languagejava
titleExample
linenumberstrue
Hashtable<String, String> errors = tmClient.getLastErrors();
for(Map.Entry<String, String> error: errors.entrySet())
	System.out.println("Error code " + error.getKey() + ": " + error.getValue());

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
titleNext
Panel
titleAll Functions
Panel
titleDownload