Share via


JsonRpcError.Error Property

Definition

Gets or sets the detail about the error.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=1)]
public StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail Error { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=2)]
public StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail? Error { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=1)>]
member this.Error : StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail with get, set
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=2)>]
member this.Error : StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail with get, set
Public Property Error As JsonRpcError.ErrorDetail

Property Value

Attributes

Applies to