Casper.Network.SDK
Show / Hide Table of Contents

Class RpcError

Error data in an RPC Response.

Inheritance
System.Object
RpcError
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class RpcError : object

Properties

Code

Declaration
public int Code { get; set; }
Property Value
Type Description
System.Int32

Data

Declaration
public JsonElement Data { get; set; }
Property Value
Type Description
JsonElement

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC