Share via


JsonRpcError.ErrorDetail.Message Property

Definition

Gets or sets a short description of the error.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="message", Order=1)]
public string Message { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="message", Order=1)>]
member this.Message : string with get, set
Public Property Message As String

Property Value

Attributes

Remarks

The message SHOULD be limited to a concise single sentence.

Applies to