Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContentDescriptorNotFoundInMethodError

Provides an error interface for handling when we are unable to find a contentDescriptor in a methodObject when it is expected.

Hierarchy

  • ContentDescriptorNotFoundInMethodError

Implements

  • Error

Index

Constructors

Properties

Constructors

constructor

Properties

contentDescriptor

contentDescriptor: ContentDescriptorObject

OpenRPC Content Descriptor that was expected to be in the method param.

message

message: string

method

method: MethodObject

OpenRPC Method which was used for the lookup

name

name: string = "OpenRPCDocumentDereferencingError"