MqttConnectErrorResponseProperties interface
The properties of an MQTT connection failure response.
Properties
| code | The MQTT connect return code. |
| reason | The reason string for the connection failure. |
| user |
The user properties in the response. |
Property Details
code
The MQTT connect return code.
code: MqttV311ConnectReturnCode | MqttV500ConnectReasonCode
Property Value
reason
The reason string for the connection failure.
reason?: string
Property Value
string
userProperties
The user properties in the response.
userProperties?: MqttUserProperty[]