RunTimeOperation::addParseError

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

Добавить комментарий