• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_fields.php
  • Класс: \CCrmFields
  • Вызов: CCrmFields::SetError
private function SetError($arMsg)
{
	$this->arErrors[] = $arMsg;

	$this->bError = true;

	return true;
}