EventErrorResponse.Code Property

Definition

Error code. Required field to deserialize ErrorResponse.

[System.Text.Json.Serialization.JsonPropertyName("code")]
public Microsoft.Azure.Functions.Worker.WebPubSubErrorCode Code { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("code")>]
member this.Code : Microsoft.Azure.Functions.Worker.WebPubSubErrorCode with get, set
Public Property Code As WebPubSubErrorCode

Property Value

Attributes

Applies to