You are here

public function SmartlingApiException::getErrors in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.2 api-sdk-php/src/Exceptions/SmartlingApiException.php \Smartling\Exceptions\SmartlingApiException::getErrors()
  2. 8.2 vendor/smartling/api-sdk-php/src/Exceptions/SmartlingApiException.php \Smartling\Exceptions\SmartlingApiException::getErrors()
  3. 8.3 vendor/smartling/api-sdk-php/src/Exceptions/SmartlingApiException.php \Smartling\Exceptions\SmartlingApiException::getErrors()

Return list of Smartling response errors.

Return value

array

File

vendor/smartling/api-sdk-php/src/Exceptions/SmartlingApiException.php, line 57

Class

SmartlingApiException
Class SmartlingApiException @package Smartling\Exceptions

Namespace

Smartling\Exceptions

Code

public function getErrors() {
  return $this->errors;
}