• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/errorservice.php
  • Класс: BitrixLocationInfrastructureServiceErrorService
  • Вызов: ErrorService::hasErrors
public function hasErrors(): bool
{
	return $this->errorCollection->count() > 0;
}