1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-02-02 15:37:17 +03:00
parent d39ccff822
commit 1870dc62c2
4 changed files with 6565 additions and 6565 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
ProcessRequest(Context); ProcessRequest(Context);
Except Except
Error = ErrorDescription(); Error = BriefErrorRepresentation(ErrorInfo());
Context.Response.StatusCode = 500; Context.Response.StatusCode = 500;
Context.Response.WriteAsJson(New Structure("result,error", False, Error)); Context.Response.WriteAsJson(New Structure("result,error", False, Error));

View File

@@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
ProcessRequest(Context); ProcessRequest(Context);
Except Except
Error = ErrorDescription(); Error = BriefErrorRepresentation(ErrorInfo());
Context.Response.StatusCode = 500; Context.Response.StatusCode = 500;
Context.Response.WriteAsJson(New Structure("result,error", False, Error)); Context.Response.WriteAsJson(New Structure("result,error", False, Error));

View File

@@ -57,7 +57,7 @@
ОбработатьЗапрос(Контекст); ОбработатьЗапрос(Контекст);
Исключение Исключение
Ошибка = ОписаниеОшибки(); Ошибка = КраткоеПредставлениеОшибки(ИнформацияОбОшибке());
Контекст.Ответ.КодСостояния = 500; Контекст.Ответ.КодСостояния = 500;
Контекст.Ответ.ЗаписатьКакJson(Новый Структура("result,error", Ложь, Ошибка)); Контекст.Ответ.ЗаписатьКакJson(Новый Структура("result,error", Ложь, Ошибка));