Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ NetError
Method
NetError
src/util/status.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
return Status(kIOError, msg);
50
}
51
static Status NetError(const string& msg) {
52
return Status(kNetError, msg);
53
}
54
55
// Returns true iff the status indicates success.
56
bool ok() const { return (state_ == NULL); }
Callers
nothing calls this directly
Calls
1
Status
Class · 0.85
Tested by
no test coverage detected