Introduction
The implementation specific error data for a JSON-RPC request error.
The nuget package API object throws JsonRpcError results as dotnet exceptions, as a result, these properties will populated in the Data property as key/value pair with key "JsonRpcErrorData".
Properties

id

The error instance identifier.

info

A primitive or structured value that contains additional information about the error.

requestIndex

The index of the request in a "multicall" at which a failure occurred, otherwise [null].

type

The type of error.

Loading API Runner...