• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_notifier.php
  • Класс: \CCrmNotifier
  • Вызов: CCrmNotifier::GetLastErrorMessage
static function GetLastErrorMessage(): ?string
{
	$errorsCnt = count(self::$ERRORS);

	return $errorsCnt > 0 ? self::$ERRORS[$errorsCnt - 1] : '';
}