Table of Contents

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

JsonRpcError

Error

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

object

Id

Jsonrpc

Gets the version of the JSON-RPC protocol.

public string Jsonrpc { get; }

Property Value

string

Jsonrpc

RequestIndex

Gets or sets the int index.

[Obsolete("RequestIndex is no longer supported", false)]
public int RequestIndex { get; set; }

Property Value

int

The int index.