MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / errorString

Method errorString

app/src/MQTT/Publisher.cpp:181–184  ·  view source on GitHub ↗

* @brief Returns the localized human-readable description for an MQTT error. */

Source from the content-addressed store, hash-verified

179 * @brief Returns the localized human-readable description for an MQTT error.
180 */
181QString MQTT::PublisherWorker::errorString(QMqttClient::ClientError error) const
182{
183 return PublisherWorker::describeMqttError(error);
184}
185
186/**
187 * @brief Disconnects from the broker.

Callers 15

doFlushMethod · 0.80
readDataMethod · 0.80
openFileMethod · 0.80
startTransferMethod · 0.80
startTransferMethod · 0.80
startTransferMethod · 0.80
openMethod · 0.80
onProcessErrorMethod · 0.80
openMethod · 0.80
finalizeAndConnectMethod · 0.80
onErrorOccurredMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected