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

	return [];
}