Interface ConnectionFailureEvent

Payload of the ConnectionFailure event for the MQTT5 client.

Hierarchy

  • ConnectionFailureEvent

Properties

Properties

connack?: ConnackPacket

If the connection failure was indicated by the server's CONNACK response, the CONNACK packet received from the server.

error: ICrtError

Description of why the connection attempt failed.

Generated using TypeDoc