Class RpcError
Error data in an RPC Response.
Assembly: Casper.Network.SDK.dll
Syntax
Properties
|
Edit this page
View Source
Code
Declaration
[JsonPropertyName("code")]
public int Code { get; init; }
Property Value
|
Edit this page
View Source
Data
Declaration
[JsonPropertyName("data")]
public JsonElement Data { get; init; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonPropertyName("message")]
public string Message { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides