• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/dataprovider/providerbase.php
  • Класс: BitrixRestConfigurationDataProviderProviderBase
  • Вызов: ProviderBase::addError
protected function addError($code, $message): bool
{
	$this->errorList[$code] = $message;

	return true;
}