Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Error.php
Go to the documentation of this file.
1 <?php
7 
8 class Error extends \Magento\Shipping\Model\Tracking\Result\AbstractResult
9 {
13  public function getAllData()
14  {
15  return $this->_data;
16  }
17 
21  public function getErrorMessage()
22  {
23  return __('Tracking information is unavailable.');
24  }
25 }
__()
Definition: __.php:13