You are here

protected static property HtmlAssetInliner::$authError in TMGMT Translator Smartling 8

Same name and namespace in other branches
  1. 8.4 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError
  2. 8.2 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError
  3. 8.3 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::authError

File

src/Context/HtmlAssetInliner.php, line 22

Class

HtmlAssetInliner

Namespace

Drupal\tmgmt_smartling\Context

Code

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.",
    ),
  ),
);