Class ContentDescriptorNotFoundInMethodError

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

Implements

  • Error

Constructors

Properties

contentDescriptor: ContentDescriptorObject

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

message: string
method: MethodObject

OpenRPC Method which was used for the lookup

name: string = "OpenRPCDocumentDereferencingError"