• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/rest/service/base.php
  • Класс: Bitrix\Disk\Rest\Service\Base
  • Вызов: Base::getErrorByCode
public function getErrorByCode($code)
{
	return $this->errorCollection->getErrorByCode($code);
}