• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/dataprovider/controller.php
  • Класс: BitrixRestConfigurationDataProviderController
  • Вызов: Controller::resetErrors
private function resetErrors(): bool
{
	$this->errorList = [];

	return true;
}