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
Data
[JsonProperty("data")]
public JToken Data { get; }
Property Value
- JToken
Message
[JsonProperty("message")]
public string Message { get; }