Class BoostCoreNoIdentifierEmitted

This error is thrown during Boost creation if no BoostCreated event was emitted.

BoostCoreNoIdentifierEmitted

try {
await boostCore.createBoost(...)
} catch(e) {
if(e instanceof BoostCoreNoIdentifierEmitted) {}
}

Hierarchy

  • Error
    • BoostCoreNoIdentifierEmitted

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