共用方式為


JsonRpcError.ErrorDetail.Message 屬性

定義

取得或設定錯誤的簡短描述。

[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

屬性值

屬性

備註

訊息應限制為簡潔的單一句子。

適用於