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

Method RateLimitError

include/ai/errors.h:51–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49class RateLimitError : public APIError {
50 public:
51 explicit RateLimitError(const std::string& message)
52 : APIError(429, "Rate limit exceeded: " + message) {}
53};
54
55/// Error related to invalid configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected