Class IncentiveNotCloneableError

The error is thrown when trying to reuse an existing deployed Incentive that isn't a base implementation. The protocol doesn't allow this.

IncentiveNotCloneableError

Hierarchy

  • Error
    • IncentiveNotCloneableError

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