Was this page helpful?
NoHostAvailableError¶
errors~NoHostAvailableError(innerErrors, messageopt)
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, messageopt)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
innerErrors |
Object | An object map containing the error per host tried. |
|
message |
string |
<optional> |
Source