• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/manager.php
  • Класс: BitrixLandingRestrictionManager
  • Вызов: Manager::getSystemErrorMessage
static function getSystemErrorMessage($code): ?string
{
	if ($mapItem = self::getMapItem($code))
	{
		return Loc::getMessage('LANDING_' . strtoupper($mapItem['code']));
	}
	return Loc::getMessage('LANDING_' . strtoupper($code));
}