Error.Message Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("message")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string Message { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("message")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Message : string with get, set
Public Property Message As String

Property Value

Attributes

Applies to