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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET