Get all errors encountered after the last call to the API.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
Hashtable<String, String> errors = tmClient.getLastErrors();
for(Map.Entry<String, String> error: errors.entrySet())
System.out.println("Error code " + error.getKey() + ": " + error.getValue());
|
| Panel | ||
|---|---|---|
| ||
|
| Panel | ||
|---|---|---|
| ||
| Panel | ||
|---|---|---|
| ||
|