Class RpcError
Error data in an RPC Response.
Inheritance
System.Object
RpcError
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 |
|