• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/converter/stringtemplateconverter.php
  • Класс: BitrixLocationEntityAddressConverterStringTemplateConverter
  • Вызов: StringTemplateConverter::clearContextError
private function clearContextError(array $context): array
{
	$context['hasError'] = false;
	$context['error'] = [
		'code' => 0,
		'position' => 0,
		'errors' => [],
		'info' => [],
	];

	return $context;
}