 | ResponseMessageError Property |
[This is preliminary documentation and is subject to change.]
The error that occurred while processing the request.
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax[JsonPropertyAttribute("error", NullValueHandling = NullValueHandling.Ignore)]
public ResponseError Error { get; set; }
<JsonPropertyAttribute("error", NullValueHandling := NullValueHandling.Ignore)>
Public Property Error As ResponseError
Get
Set
Dim instance As ResponseMessage
Dim value As ResponseError
value = instance.Error
instance.Error = value
public:
[JsonPropertyAttribute(L"error", NullValueHandling = NullValueHandling::Ignore)]
property ResponseError^ Error {
ResponseError^ get ();
void set (ResponseError^ value);
}
[<JsonPropertyAttribute("error", NullValueHandling = NullValueHandling.Ignore)>]
member Error : ResponseError with get, set
Property Value
Type:
ResponseError
See Also