Table of Contents

Struct JsonRpcError

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll

Represents an JSON-RPC error.

public readonly struct JsonRpcError
Inherited Members

Constructors

JsonRpcError()

Creates an new instance of the JsonRpcError structure.

JsonRpcError(int, string)

Creates an new instance of the JsonRpcError structure with given parameters.

JsonRpcError(int, string, JsonValue)

Creates an new instance of the JsonRpcError structure with given parameters.

Properties

Code

Gets the JSON-RPC error code.

Data

Gets the JSON-RPC error additional data.

Message

Gets the JSON-RPC error message.