• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/Document/Base.php
  • Класс: BitrixCrmMobileControllerDocumentBase
  • Вызов: Base::markErrors
protected function markErrors(): void
{
	if (!empty($this->getErrors()))
	{
		$errors = $this->getErrors();
		$this->addErrors($this->markErrorsAsPublic($errors));
	}
}