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

Method constructor

packages/dataflows/src/errors.ts:27–30  ·  view source on GitHub ↗
(public vendor: string)

Source from the content-addressed store, hash-verified

25/** Rate limited — router skips to the next vendor in the chain. */
26export class VendorRateLimitError extends VendorError {
27 constructor(public vendor: string) {
28 super(`[${vendor}] rate limited`);
29 this.name = "VendorRateLimitError";
30 }
31}
32
33/** Missing API key / config (also a configuration error). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected