Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неверно отрабатывает повтор #92

Open
permblackshark opened this issue Oct 21, 2021 · 0 comments
Open

Неверно отрабатывает повтор #92

permblackshark opened this issue Oct 21, 2021 · 0 comments

Comments

@permblackshark
Copy link

При повторе запроса, не скидывается ОшибкаВыполненияЗапроса.
Необходимо инициализировать ОшибкаВыполненияЗапроса = Неопределено в начале цикла в Функция ОтправитьЗапрос

Пока Истина Цикл
ОшибкаВыполненияЗапроса = Неопределено;

	Попытка
		Ответ = ОтправитьHTTPЗапрос(Сессия, ПодготовленныйЗапрос, Настройки);
	Исключение
		ОшибкаВыполненияЗапроса = ИнформацияОбОшибке();
	КонецПопытки;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant