6 #ifndef IROHA_ABSTRACT_ERROR_RESPONSE_HPP 7 #define IROHA_ABSTRACT_ERROR_RESPONSE_HPP 19 template <
typename Model>
25 virtual std::string reason()
const = 0;
41 #endif // IROHA_ABSTRACT_ERROR_RESPONSE_HPP PrettyStringBuilder & init(const std::string &name)
Definition: string_builder.cpp:18
std::string finalize()
Definition: string_builder.cpp:44
Definition: string_builder.hpp:18
bool operator==(const Model &rhs) const override
Definition: abstract_error_response.hpp:34
Definition: abstract_error_response.hpp:20
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12
std::string toString() const override
Definition: abstract_error_response.hpp:30