• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/volume/base.php
  • Класс: BitrixDiskVolumeBase
  • Вызов: Base::addError
public function addError(MainError $error)
{
	if (!$this->errorCollection instanceof ErrorCollection)
	{
		$this->errorCollection = new ErrorCollection();
	}
	$this->errorCollection->add([$error]);
}