gkv: additional error message

This commit is contained in:
2025-07-07 09:47:01 +02:00
parent 5fcd895c12
commit c4eb3e8083

View File

@@ -534,7 +534,7 @@ namespace BeWo.Service.ServiceImplementations
var response_app8 = SendApp8Request<GkvServerSendNewRequestDC, GkvServerSendNewResponseDC>(request_app8);
if (!response_app8.Success)
throw new GkvException(response_app8.Message);
throw new GkvException("app8: " + response_app8.Message);
return response_app8;
}