4 #include "../ServerResponse/GbxServerResponse.h"
25 void SetRaw(std::string response);
36 #endif // GBXRESPONSE_H_
void SetRaw(std::string response)
Sets the raw message value.
Definition: GbxResponse.cpp:16
Response from server, de-XML-fies the response.
Definition: GbxResponse.h:10
Response from server, de-XML-fies the response.
Definition: GbxServerResponse.h:70
GbxError GetFault()
Definition: GbxResponse.cpp:11
Stores error details from the communication with the server.
Definition: GbxStructs.h:27
GbxError fault
Current fault (error).
Definition: GbxResponse.h:28
void extractParameters()
Extracts parameters from the raw data (XML).
Definition: GbxResponse.cpp:22