• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/error.php
  • Класс: BitrixImOpenLinesError
  • Вызов: Error::loadErrorDescription
protected function loadErrorDescription($code, $replacements): string
{
	return Loc::getMessage("ERROR_OL_{$code}_DESC", $replacements) ?: '';
}