• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Calendar/CalendarError.php
  • Класс: BitrixImV2EntityCalendarCalendarError
  • Вызов: CalendarError::loadErrorMessage
protected function loadErrorMessage($code, $replacements): string
{
	return Loc::getMessage("ERROR_CALENDAR_{$code}", $replacements) ?: '';
}