• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/volume/cleaner.php
  • Класс: BitrixDiskVolumeCleaner
  • Вызов: Cleaner::getErrors
public function getErrors(): array
{
	if ($this->errorCollection instanceof ErrorCollection)
	{
		return $this->errorCollection->toArray();
	}

	return [];
}