Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContractAllocationFailedError

This error indicates that something went wrong while attempting to determine the location of this contract's state variables. This error will be thrown if you attempt to use decoding functions after something went wrong during setup. 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
    • ContractAllocationFailedError

Index

Constructors

Properties

Constructors

constructor

Properties

contractName

contractName: string

id

id: number

message

message: string

name

name: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc