diff Platforms/Generic/WebServiceCommandBase.h @ 940:861c080ef47b

handling httpStatus in WebService error messages
author Alain Mazy <alain@mazy.be>
date Fri, 02 Aug 2019 17:38:31 +0200
parents c35e98d22764
children e713f1a99861 2d8ab34c8c91
line wrap: on
line diff
--- a/Platforms/Generic/WebServiceCommandBase.h	Mon Jul 22 14:29:23 2019 +0200
+++ b/Platforms/Generic/WebServiceCommandBase.h	Fri Aug 02 17:38:31 2019 +0200
@@ -44,6 +44,7 @@
     IWebService::HttpHeaders                headers_;
     std::auto_ptr<Orthanc::IDynamicObject>  payload_;
     bool                                    success_;
+    Orthanc::HttpStatus                     httpStatus_;
     std::string                             answer_;
     IWebService::HttpHeaders                answerHeaders_;
     OrthancStone::NativeStoneApplicationContext&          context_;