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

Class NetworkError

include/ai/errors.h:63–67  ·  view source on GitHub ↗

Error related to network/connection issues

Source from the content-addressed store, hash-verified

61
62/// Error related to network/connection issues
63class NetworkError : public AIError {
64 public:
65 explicit NetworkError(const std::string& message)
66 : AIError("Network error: " + message) {}
67};
68
69/// Error related to invalid model or unsupported operations
70class ModelError : public AIError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected