212 return QCoreApplication.translate( |
212 return QCoreApplication.translate( |
213 "MqttConnackMessage", |
213 "MqttConnackMessage", |
214 "Connection Refused: unknown reason.") |
214 "Connection Refused: unknown reason.") |
215 |
215 |
216 |
216 |
217 def mqttErrorMessage(self, mqttErrno): |
217 def mqttErrorMessage(mqttErrno): |
218 """ |
218 """ |
219 Public method to get the error string associated with an MQTT error |
219 Public method to get the error string associated with an MQTT error |
220 number. |
220 number. |
221 |
221 |
222 @param mqttErrno result code of a MQTT request |
222 @param mqttErrno result code of a MQTT request |