Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scality/cloudserver
/ onError
Method
onError
managementAgent.js:121–123 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
119
}
120
121
onError(error) {
122
logger.error(
'websocket server error'
, { error });
123
}
124
125
_sendNewOverlayToClient(client) {
126
if
(client.readyState !== client.OPEN) {
Callers
nothing calls this directly
Calls
1
error
Method · 0.80
Tested by
no test coverage detected