Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ onWriteTimeoutError
Method
onWriteTimeoutError
lib/metrics/index.d.ts:51–51 ·
view source on GitHub ↗
(e: errors.ResponseError)
Source
from the content-addressed store, hash-verified
49
onUnavailableRetry(e: Error): void;
50
51
onWriteTimeoutError(e: errors.ResponseError): void;
52
53
onWriteTimeoutRetry(e: Error): void;
54
}
Callers
1
request-execution.js
File · 0.65
Implementers
3
ClientMetrics
lib/metrics/client-metrics.js
DefaultMetrics
lib/metrics/default-metrics.js
DefaultMetrics
lib/metrics/index.d.ts
Calls
no outgoing calls
Tested by
no test coverage detected