你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventErrorResponse.Code 属性

定义

错误代码。 反序列化 ErrorResponse 的必填字段。

[System.Runtime.Serialization.IgnoreDataMember]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
[System.Text.Json.Serialization.JsonIgnore]
[System.Text.Json.Serialization.JsonPropertyName("code")]
public Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode Code { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
[<System.Text.Json.Serialization.JsonIgnore>]
[<System.Text.Json.Serialization.JsonPropertyName("code")>]
member this.Code : Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode with get, set
Public Property Code As WebPubSubErrorCode

属性值

属性

适用于