This error is thrown during Boost creation if no BoostCreated event was emitted.
BoostCreated
BoostCoreNoIdentifierEmitted
try { await boostCore.createBoost(...)} catch(e) { if(e instanceof BoostCoreNoIdentifierEmitted) {}} Copy
try { await boostCore.createBoost(...)} catch(e) { if(e instanceof BoostCoreNoIdentifierEmitted) {}}
Creates an instance of BoostCoreNoIdentifierEmitted.
Static
Optional
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
This error is thrown during Boost creation if no
BoostCreated
event was emitted.Export
BoostCoreNoIdentifierEmitted
Example