Class BudgetMustAuthorizeBoostCore

This error is thrown during Boost creation when the budget doesn't authorize the Boost Core address.

BudgetMustAuthorizeBoostCore

Hierarchy

  • Error
    • BudgetMustAuthorizeBoostCore

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