JsonRpcError.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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