• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/field.php
  • Класс: Bitrix\Crm\Field
  • Вызов: Field::getFactoryNotFoundError
protected function getFactoryNotFoundError(int $entityTypeId): Error
{
	$entityTypeName = \CCrmOwnerType::ResolveName($entityTypeId);

	return new Error("Can not find factory for the entity type {$entityTypeName}");
}