mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 16:52:13 +08:00
parent
9c295efe98
commit
cb90e91126
@ -75,6 +75,10 @@ const char *mosquitto_strerror(int mosq_errno)
|
||||
return "Proxy error.";
|
||||
case MOSQ_ERR_MALFORMED_UTF8:
|
||||
return "Malformed UTF-8";
|
||||
case MOSQ_ERR_KEEPALIVE:
|
||||
return "Keepalive exceeded";
|
||||
case MOSQ_ERR_LOOKUP:
|
||||
return "DNS Lookup failed";
|
||||
case MOSQ_ERR_DUPLICATE_PROPERTY:
|
||||
return "Duplicate property in property list";
|
||||
case MOSQ_ERR_TLS_HANDSHAKE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user