• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/dispatcher/runtimeoperation.php
  • Класс: BitrixTasksDispatcherDOES
  • Вызов: DOES::addParseError
protected function addParseError($message)
{
	$this->errors->add('PARSE_ERROR', $message, BitrixTasksDispatcher::ERROR_TYPE_PARSE);
}