Table of Contents

Class EvmJsonRpcException

Namespace
NArk.ArkadeIntents.Evm
Assembly
NArk.ArkadeIntents.dll

An error returned by an EVM JSON-RPC node.

public sealed class EvmJsonRpcException : Exception, ISerializable
Inheritance
EvmJsonRpcException
Implements
Inherited Members

Constructors

EvmJsonRpcException(int, string)

An error returned by an EVM JSON-RPC node.

public EvmJsonRpcException(int code, string operation)

Parameters

code int

Node-defined error code.

operation string

SDK operation name.

Properties

Code

Node-defined JSON-RPC error code.

public int Code { get; }

Property Value

int