Class DeployableAlreadyDeployedError

This error is thrown when attempting to deploy a contract that has already been deployed, or has an address attached.

DeployableAlreadyDeployedError

Hierarchy

  • Error
    • DeployableAlreadyDeployedError

Constructors

Properties

stackTraceLimit: number
address: string

The address already attached to the target.

name: string
message: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void