MqttConnectEventErrorResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the response properties of an MQTT connection failure.
[System.Runtime.Serialization.DataContract]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseJsonConverter))]
public class MqttConnectEventErrorResponse : Microsoft.Azure.WebPubSub.Common.EventErrorResponse
[<System.Runtime.Serialization.DataContract>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseJsonConverter))>]
type MqttConnectEventErrorResponse = class
inherit EventErrorResponse
Public Class MqttConnectEventErrorResponse
Inherits EventErrorResponse
- Inheritance
- Attributes
Constructors
MqttConnectEventErrorResponse(MqttV311ConnectReturnCode, String) |
Creates an instance of MqttConnectEventErrorResponse. |
MqttConnectEventErrorResponse(MqttV500ConnectReasonCode, String) |
Creates an instance of MqttConnectEventErrorResponse. |
Properties
Code |
Error code. (Inherited from EventErrorResponse) |
ErrorMessage |
Error messages. (Inherited from EventErrorResponse) |
Mqtt |
Represents the properties of an MQTT connection failure response. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET