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

	return null;
}