Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnknownUserDefinedTypeError

This error indicates that the decoder was unable to locate a user-defined type (struct, enum, or contract type) via its ID. Unfortunately, we can't always avoid this at the moment; we're hoping to make this more robust in the future with Truffle DB. In the meantime, it is at least worth noting that you should not encounter this error if your entire project was written in Solidity and all compiled at once. Sorry.

Hierarchy

  • Error
    • UnknownUserDefinedTypeError

Index

Constructors

Properties

Constructors

constructor

Properties

id

id: string

message

message: string

name

name: string

Optional stack

stack: string

typeString

typeString: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc