protected static property HtmlAssetInliner::$authError in TMGMT Translator Smartling 8.2
Same name and namespace in other branches
- 8.4 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError
- 8 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError
- 8.3 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError
File
- src/
Context/ HtmlAssetInliner.php, line 20
Class
Namespace
Drupal\tmgmt_smartling\ContextCode
protected static $authError = array(
"response" => array(
"code" => "AUTHENTICATION_ERROR",
"data" => array(
"baseUrl" => NULL,
"body" => NULL,
"headers" => NULL,
),
"messages" => array(
"Authentication token is empty or invalid.",
),
),
);