• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Factory/HistoryItemStoreDocument.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Factory\HistoryItemStoreDocument
  • Вызов: HistoryItemStoreDocument::getStoreDocumentModificationErrorClass
static function getStoreDocumentModificationErrorClass(string $error): ?string
{
	if ($error === 'CONDUCT')
	{
		return Item\LogMessage\StoreDocument\Modification\Error\Conduction::class;
	}

	return null;
}