Get all errors encountered after the last call to the API.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
$errors = $tmClient->getLastErrors(); foreach($errors as $errorcode => $errormsg) echo "Code $errorcode: $errormsg"; |
Warning | ||
---|---|---|
| ||
Our example code is an illustration of how you might integrate with our systems and is not certified for production environments. You are responsible for testing and QA. |