Skip to content
1 min read · 44 words

Variable: E_INVALID_SCRAPPER_CONFIG

ts
const E_INVALID_SCRAPPER_CONFIG: CreatedException<[string]>;

Defined in: batteries/tools/scrapper/exceptions.ts:22

Thrown when a Scrapper factory receives invalid configuration.

Remarks

Fatal: config bugs (missing/unparseable instanceUrl, a bad artifact resolver, or an async resolver passed to a *Sync factory) fail loud at factory-call time rather than at first scrape.