• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/container/item.php
  • Класс: Bitrix\Sale\Exchange\Integration\Service\Container\Item
  • Вызов: Item::setError
public function setError(Error $error)
{
	$this->hasError = true;
	$this->error = $error;
}