6 #ifndef IROHA_SHARED_MODEL_BLOCK_ERROR_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_BLOCK_ERROR_RESPONSE_HPP 29 std::string
toString()
const override;
38 #endif // IROHA_SHARED_MODEL_BLOCK_ERROR_RESPONSE_HPP BlockErrorResponse ModelType
Definition: model_primitive.hpp:27
Definition: block_error_response.hpp:18
std::string DescriptionType
Type of the transfer message.
Definition: types.hpp:86
virtual const types::DescriptionType & message() const =0
bool operator==(const ModelType &rhs) const override
Definition: block_error_response.cpp:20
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:12
std::string toString() const override
Definition: block_error_response.cpp:13