JsonRpcRequest.ArgumentMatchResult Enum

Definition

The result of an attempt to match request arguments with a candidate method's parameters.

C#
public enum JsonRpcRequest.ArgumentMatchResult
Inheritance
JsonRpcRequest.ArgumentMatchResult

Fields

Name Value Description
Success 0

All arguments matched up with all method parameters.

ParameterArgumentCountMismatch 1

The number of arguments did not match the number of parameters.

ParameterArgumentTypeMismatch 2

At least one argument could not be made to match its corresponding parameter.

MissingArgument 3

An argument could not be found for a required parameter.

Applies to

Produkt Verzie
StreamJsonRpc 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9