MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / buildRateLimitResponse

Method buildRateLimitResponse

tests/utils/mock_anthropic_client.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258std::string AnthropicResponseBuilder::buildRateLimitResponse() {
259 return buildErrorResponse(429, "rate_limit_error", "Rate limit exceeded");
260}
261
262std::string AnthropicResponseBuilder::buildAuthErrorResponse() {
263 return buildErrorResponse(401, "authentication_error", "Invalid API key");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected