Provides an error interface for handling when a method is trying to be called but does not exist.

Implements

  • Error

Constructors

Properties

message: string
methodName: string

The method name that was used.

name: string = "MethodNotFoundError"
openrpcDocument: OpenrpcDocument

The OpenRPC document that the method was used against.

receievedParams: any[] | Record<string, unknown> = []

The params, if any, that were used.