Mantid
Loading...
Searching...
No Matches
CatalogAlgorithmHelper.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include <Poco/Net/HTTPResponse.h>
10
12#include "MantidAPI/ICatalog.h"
15
16namespace Mantid {
17namespace ICat {
19public:
21 const std::string getIDSError(const Poco::Net::HTTPResponse::HTTPStatus &HTTPStatus, std::istream &responseStream);
22};
23} // namespace ICat
24} // namespace Mantid
const std::string getIDSError(const Poco::Net::HTTPResponse::HTTPStatus &HTTPStatus, std::istream &responseStream)
Obtain the error message returned by the IDS.
Helper class which provides the Collimation Length for SANS instruments.