DeviceRegistryOperationError.ErrorCode Property

Definition

Error code associated with the error.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")]
public Microsoft.Azure.Devices.Common.Exceptions.ErrorCode ErrorCode { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")]
public Microsoft.Azure.Devices.IotHubServiceErrorCode ErrorCode { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")>]
member this.ErrorCode : Microsoft.Azure.Devices.Common.Exceptions.ErrorCode with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")>]
member this.ErrorCode : Microsoft.Azure.Devices.IotHubServiceErrorCode
Public Property ErrorCode As ErrorCode
Public ReadOnly Property ErrorCode As IotHubServiceErrorCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to