Class JsonResponseError
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A JSON-RPC response with error.
public class JsonResponseError
- Inheritance
-
JsonResponseError
- Inherited Members
Constructors
JsonResponseError()
public JsonResponseError()
Properties
Error
Gets or sets the JsonRpcError.
public JsonRpcError? Error { get; set; }
Property Value
Id
Gets or sets the identifier which corresponds to the value of the id member in the request object.
public object? Id { get; set; }
Property Value
Jsonrpc
Gets the version of the JSON-RPC protocol.
public string Jsonrpc { get; }
Property Value
RequestIndex
Gets or sets the int index.
[Obsolete("RequestIndex is no longer supported", false)]
public int RequestIndex { get; set; }