MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents /

Class

packages/dataflows/src/errors.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33/** Missing API key / config (also a configuration error). */
34export class VendorNotConfiguredError extends VendorError {
35 constructor(public vendor: string) {
36 super(`[${vendor}] not configured (missing API key)`);
37 this.name = "VendorNotConfiguredError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected