Class DeployableUnknownOwnerProvidedError

This error is thrown when attempting to deploy an ownable contract and the owner cannot be ascertained from the initialization payload or configured account.

DeployableUnknownOwnerProvidedError

Hierarchy

  • Error
    • DeployableUnknownOwnerProvidedError

Constructors

Properties

stackTraceLimit: number
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