Skip to content
1 min read · 32 words

Variable: E_INVALID_SEARXNG_CONFIG

ts
const E_INVALID_SEARXNG_CONFIG: CreatedException<[string]>;

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

Thrown when createSearxngSearchTool receives invalid configuration.

Remarks

Fatal: config bugs (missing or unparseable instanceUrl) fail loud at factory-call time rather than at the first search.