Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
NoHostAvailableError¶
errors~NoHostAvailableError(innerErrors, message)
Represents an error when a query cannot be performed because no host is available or could be reached by the driver.
Constructor¶
new NoHostAvailableError(innerErrors, message)
Parameters:
| Name | Type | Description |
|---|---|---|
innerErrors |
An object map containing the error per host tried. |
|
message |
Source