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

Class

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

Source from the content-addressed store, hash-verified

24
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";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected