You are here

protected property SmartlingApiException::$errors in TMGMT Translator Smartling 8.3

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

Errors.

Each error contains next fields:

  • key: "parse.error"
  • message: "There was a problem loading your file"
  • details: [ "errorId": "cse8rqnf", ]

Type: array

File

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

Class

SmartlingApiException
Class SmartlingApiException @package Smartling\Exceptions

Namespace

Smartling\Exceptions

Code

protected $errors = [];