Mantid
|
#include <CatalogAlgorithmHelper.h>
Public Member Functions | |
const std::string | getIDSError (const Poco::Net::HTTPResponse::HTTPStatus &HTTPStatus, std::istream &responseStream) |
Obtain the error message returned by the IDS. More... | |
Definition at line 18 of file CatalogAlgorithmHelper.h.
const std::string Mantid::ICat::CatalogAlgorithmHelper::getIDSError | ( | const Poco::Net::HTTPResponse::HTTPStatus & | HTTPStatus, |
std::istream & | responseStream | ||
) |
Obtain the error message returned by the IDS.
HTTPStatus | :: The HTTPStatus returned by the IDS. |
responseStream | :: The contents of the stream (a JSON stream) returned from the IDS. |
Definition at line 25 of file CatalogAlgorithmHelper.cpp.
References std::to_string().
Referenced by Mantid::ICat::CatalogDownloadDataFiles::doDownloadandSavetoLocalDrive(), and Mantid::ICat::CatalogPublish::publish().