• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/StatefulList/BaseAction.php
  • Класс: BitrixMobileUIStatefulListBaseAction
  • Вызов: BaseAction::hasErrors
public function hasErrors(): bool
{
	if ($this->errorCollection instanceof ErrorCollection)
	{
		return !$this->errorCollection->isEmpty();
	}

	return false;
}