Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
BusyConnectionError¶
errors~BusyConnectionError(address, maxRequestsPerConnection, connectionLength)
Represents a client-side error indicating that all connections to a certain host have reached the maximum amount of in-flight requests supported.
Constructor¶
new BusyConnectionError(address, maxRequestsPerConnection, connectionLength)
Parameters:
| Name | Type | Description |
|---|---|---|
address |
||
maxRequestsPerConnection |
||
connectionLength |
Source