/**
* @param {{errorMessage: string}} res
*/
export function falloEnLaConexionMqtt(res) {
console.error(res)
const mensaje = "Fallo en conexión MQTT: " + res.errorMessage
alert(mensaje)
}
GilPG AWOAS
19. Chat sencillo - Protocolos de comunicación
arrow_upward
libclienteweb / conexionMqttPerdida.js
libclienteweb / creaIdCliente.js
libclienteweb / enviaMensajeMqtt.js
libclienteweb / falloEnLaConexionMqtt.js
libclienteweb / manejaErrores.js
libclienteweb / muestraError.js
libclienteweb / ProblemDetailsError.js
arrow_downward