Casper.Network.SDK
Show / Hide Table of Contents

Class RpcError

Error data in an RPC Response.

Inheritance
object
RpcError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class RpcError

Properties

| Edit this page View Source

Code

Declaration
[JsonPropertyName("code")]
public int Code { get; init; }
Property Value
Type Description
int
| Edit this page View Source

Data

Declaration
[JsonPropertyName("data")]
public JsonElement Data { get; init; }
Property Value
Type Description
JsonElement
| Edit this page View Source

Message

Declaration
[JsonPropertyName("message")]
public string Message { get; init; }
Property Value
Type Description
string

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
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC