• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/landing/formlanding.php
  • Класс: Bitrix\Crm\Integration\Landing\FormLanding
  • Вызов: FormLanding::setErrorMessage
protected function setErrorMessage($error): void
{
	if (is_string($error))
	{
		$this->lastError = $error;
	}
	else if ($error instanceof Main\Error)
	{
		$this->lastError = $error->getMessage();
	}
}