MCPcopy Create free account
hub / github.com/catboost/catboost / TNetworkResolutionError

Class TNetworkResolutionError

util/network/socket.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142struct addrinfo;
143
144class TNetworkResolutionError: public yexception {
145public:
146 // @param error error code (EAI_XXX) returned by getaddrinfo or getnameinfo (not errno)
147 TNetworkResolutionError(int error);
148};
149
150struct TUnixSocketPath {
151 TString Path;

Callers 1

Calls

no outgoing calls

Tested by 1