• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/result/shiftserviceresult.php
  • Класс: BitrixTimemanServiceScheduleResultShiftServiceResult
  • Вызов: ShiftServiceResult::addScheduleNotFoundError
public function addScheduleNotFoundError()
{
	$this->addError(new Error(Loc::getMessage('TM_BASE_SERVICE_RESULT_ERROR_SCHEDULE_NOT_FOUND')));
	return $this;
}