Modulo 5.0.0
|
Response structure to be returned by component services. More...
#include <ComponentInterface.hpp>
Public Attributes | |
bool | success |
std::string | message |
Response structure to be returned by component services.
The structure contains a bool success field and a string message field. This information is used to provide feedback on the service outcome to the service client.
Definition at line 38 of file ComponentInterface.hpp.
std::string modulo_components::ComponentServiceResponse::message |
Definition at line 40 of file ComponentInterface.hpp.
bool modulo_components::ComponentServiceResponse::success |
Definition at line 39 of file ComponentInterface.hpp.