MCPcopy Create free account
hub / github.com/QNapi/qnapi / getError

Method getError

libqnapi/src/utils/syncxmlrpc.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26QVariant SyncXmlRpc::getResponse() const { return resp; }
27
28QVariant SyncXmlRpc::getError() const {
29 return QString::number(error) + " " + message;
30}
31
32void SyncXmlRpc::whenResponse(QVariant &response) {
33 result = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected