• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/scrum/service/epicservice.php
  • Класс: BitrixTasksScrumServiceEpicService
  • Вызов: EpicService::setErrors
private function setErrors(Result $result, string $code): void
{
	$this->errorCollection->setError(
		new Error(
			implode('; ', $result->getErrorMessages()),
			$code
		)
	);
}