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

Method ModelError

include/ai/errors.h:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70class ModelError : public AIError {
71 public:
72 explicit ModelError(const std::string& message)
73 : AIError("Model error: " + message) {}
74};
75
76} // namespace ai

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected