• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/catalog.php
  • Класс: Bitrix\Seo\BusinessSuite\Catalog
  • Вызов: Catalog::createResponseWithError
private function createResponseWithError(string $error): Response
{
	return Response::create(self::TYPE_CODE)->addError(new Error($error));
}