OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:faultstruct
(Results
1 - 1
of
1
) sorted by null
/external/xmlrpcpp/src/
XmlRpcServerConnection.cpp
365
XmlRpcValue
faultStruct
;
366
faultStruct
[FAULTCODE] = errorCode;
367
faultStruct
[FAULTSTRING] = errorMsg;
368
std::string body = RESPONSE_1 +
faultStruct
.toXml() + RESPONSE_2;
Completed in 69 milliseconds