Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ _setError
Method
_setError
lib/concurrent/index.js:268–275 ·
view source on GitHub ↗
(index, err)
Source
from the content-addressed store, hash-verified
266
}
267
268
_setError(index, err) {
269
this._result.setError(index, err);
270
271
if
(this._raiseOnFirstError) {
272
this._readEnded = true;
273
this._rejectCallback(err);
274
}
275
}
276
}
277
278
/**
Callers
1
_executeOne
Method · 0.95
Calls
1
setError
Method · 0.80
Tested by
no test coverage detected