Table of Contents

Class RpcError

Namespace
Thirdweb
Assembly
Thirdweb.dll
[JsonObject]
public class RpcError
Inheritance
RpcError
Inherited Members

Properties

Code

[JsonProperty("code")]
public int Code { get; }

Property Value

int

Data

[JsonProperty("data")]
public JToken Data { get; }

Property Value

JToken

Message

[JsonProperty("message")]
public string Message { get; }

Property Value

string