• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/action.php
  • Класс: BitrixTranslateControllerAction
  • Вызов: Action::hasErrors
public function hasErrors()
{
	if (!$this->errorCollection instanceof MainErrorCollection)
	{
		return false;
	}

	return !$this->errorCollection->isEmpty();
}