Modulo 4.2.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
modulo_components::ComponentServiceResponse Struct Reference

Response structure to be returned by component services. More...

#include <ComponentInterface.hpp>

Public Attributes

bool success
 
std::string message
 

Detailed Description

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.

Member Data Documentation

◆ message

std::string modulo_components::ComponentServiceResponse::message

Definition at line 40 of file ComponentInterface.hpp.

◆ success

bool modulo_components::ComponentServiceResponse::success

Definition at line 39 of file ComponentInterface.hpp.


The documentation for this struct was generated from the following file: