Struct SServiceResponse

Struct Documentation

struct SServiceResponse

Service response struct containing the (responding) server information and the response itself.

Service response struct containing the (responding) server informations and the response itself. (deprecated)

Public Functions

inline SServiceResponse()

Public Members

eCallState call_state = eCallState::none

call state, to indicate if the call was successful or not

call state (see eCallState)

SServiceId server_id

Id of the server that executed the service (server id (entity id, process id, host name), name)

SServiceMethodInformation service_method_information

Additional Information about the method that has been called (name & DatatypeInformation of request and reponse)

int ret_state = 0

return state of the called service method

std::string response

the actual response data of the service call

service response

std::string error_msg

human readable error message, in case that the service call could not be executed.

human readable error message

std::string host_name

service host name

std::string service_name

name of the service

std::string service_id

id of the service

std::string method_name

name of the service method