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

Method ConfigurationError

include/ai/errors.h:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56class ConfigurationError : public AIError {
57 public:
58 explicit ConfigurationError(const std::string& message)
59 : AIError("Configuration error: " + message) {}
60};
61
62/// Error related to network/connection issues

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected